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

Commit

Permalink
Bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Preisler committed Apr 22, 2016
1 parent 5140447 commit e9c4771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openscap_daemon/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

VERSION_MAJOR = 0
VERSION_MINOR = 1
VERSION_PATCH = 4
VERSION_PATCH = 5

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

Expand Down

0 comments on commit e9c4771

Please sign in to comment.