Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 56d0d35

Browse files
committed
Version bumped to 0.1.3
1 parent 80a5584 commit 56d0d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openscap_daemon/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
VERSION_MAJOR = 0
2121
VERSION_MINOR = 1
22-
VERSION_PATCH = 2
22+
VERSION_PATCH = 3
2323

2424
VERSION_STRING = "%i.%i.%i" % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
2525

0 commit comments

Comments
 (0)