diff options
author | Chris Schlaeger <chris@linux.com> | 2016-06-19 22:27:59 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2016-06-19 22:27:59 +0200 |
commit | c3be7ffe01eb1f1697117dc7c9934e196108ee9d (patch) | |
tree | 22eba3dd79fda50f7706274f0f6156d8207f1830 /lib | |
parent | b2f7ea6b10f89414519eebf47abe3945f3581761 (diff) | |
download | postrunner-c3be7ffe01eb1f1697117dc7c9934e196108ee9d.zip |
Bumping version to 0.5.0v0.5.0
Diffstat (limited to 'lib')
-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 4148625..6b99fab 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = "0.4.0" + VERSION = "0.5.0" end |