diff options
author | Chris Schlaeger <chris@linux.com> | 2020-08-17 18:48:25 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2020-08-17 18:48:25 +0200 |
commit | 0c8c8469468ef40c20764a4c6d95fe5b7235eb35 (patch) | |
tree | 1fa51f99bbe41302ed770e88fa539492765c5630 | |
parent | be2ad2d0ae9f959677a4bfa25e80d398431d2464 (diff) | |
download | postrunner-0c8c8469468ef40c20764a4c6d95fe5b7235eb35.zip |
Bump version to 1.0.1v1.0.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 a4519d4..11c05a7 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = '1.0.0' + VERSION = '1.0.1' end |