Skip to content

Commit 587c76a

Browse files
authored
Merge pull request #1182 from mulkieran/version-3.8.2
version 3.8.2
2 parents 995d393 + 6f6b30d commit 587c76a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stratis_cli/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
.. moduleauthor:: mulhern <amulhern@redhat.com>
1818
"""
1919

20-
__version_info__ = (3, 8, 1)
20+
__version_info__ = (3, 8, 2)
2121
__version__ = ".".join(str(x) for x in __version_info__)

0 commit comments

Comments
 (0)