diff options
author | Chris Schlaeger <chris@linux.com> | 2016-07-13 18:34:12 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2016-07-13 18:34:12 +0200 |
commit | 036b2cb39f74b822e5a7ef0b41dab33dccd3fad6 (patch) | |
tree | 3ad2d56af2652df2d924d883b44e2d7003e24a2a | |
parent | 45ddee8754feb0eaa3c071b6ce1dbb661371691e (diff) | |
download | postrunner-036b2cb39f74b822e5a7ef0b41dab33dccd3fad6.zip |
New: Bumping version to 0.6.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 6b99fab..f3ff302 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = "0.5.0" + VERSION = '0.6.0' end |