diff options
author | Chris Schlaeger <chris@linux.com> | 2018-01-17 08:26:31 +0100 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2018-01-17 08:26:31 +0100 |
commit | 3f74eac8389a9345473990abdde9eaf1aad8f76f (patch) | |
tree | 193bca0cf9f6adba686abc16c7a811be16f027f8 | |
parent | b6a9cf173367a438681a86df710a6c1acbe9e3f7 (diff) | |
download | postrunner-3f74eac8389a9345473990abdde9eaf1aad8f76f.zip |
Bumping version to 0.10.1v0.10.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 2b4e3fe..514416c 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = '0.10.0' + VERSION = '0.10.1' end |