diff options
author | Chris Schlaeger <chris@linux.com> | 2017-02-05 22:11:13 +0100 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2017-02-05 22:11:13 +0100 |
commit | 9c809794cb0a7411ee131f506cde627b50b996c2 (patch) | |
tree | 55f3d871f622bd2f1e53feb073a52e7f5be36364 | |
parent | 2581283c253389032263775263efac66f13637cd (diff) | |
download | postrunner-9c809794cb0a7411ee131f506cde627b50b996c2.zip |
Bumping version to 0.7.1v0.7.1
-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 c7046a8..d70a425 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = '0.7.0' + VERSION = '0.7.1' end |