diff options
author | Chris Schlaeger <chris@linux.com> | 2019-09-03 21:18:27 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2019-09-03 21:18:27 +0200 |
commit | efc550679284ad14203f186b0e52024dd8858600 (patch) | |
tree | d7e32f175fd47f4825b6d9b4d175a86bda56ff2f | |
parent | e926d21e282668b97fcc2689af0c2c8d3eab6b02 (diff) | |
download | postrunner-efc550679284ad14203f186b0e52024dd8858600.zip |
Bump version to 0.12.0v0.12.0
-rw-r--r-- | lib/postrunner/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/postrunner/version.rb b/lib/postrunner/version.rb index 1d34972..b74e926 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = '0.11.0' + VERSION = '0.12.0' end |