diff options
author | Chris Schlaeger <chris@linux.com> | 2017-02-01 20:57:32 +0100 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2017-02-01 20:57:32 +0100 |
commit | 3358b26e75e8a367477fe0045d73de13a0ff5277 (patch) | |
tree | 9cf12a535993a70f0ebb2de1a21300dce1df6902 | |
parent | 996894cf8e2426d3387f83cec1e95020f0cb120b (diff) | |
download | postrunner-3358b26e75e8a367477fe0045d73de13a0ff5277.zip |
Bump version to 0.7.0v0.7.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 f3ff302..c7046a8 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = '0.6.0' + VERSION = '0.7.0' end |