diff options
author | Chris Schlaeger <chris@linux.com> | 2017-11-12 20:17:42 +0100 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2017-11-12 20:17:42 +0100 |
commit | 16c4bcf30564853391dab047fbce1e5393cbc62a (patch) | |
tree | 7990c8207bbb4def5ae0678f8758c770d79d35d1 | |
parent | ab9c7feed651137bcf05f1231eced0c6e588f9df (diff) | |
download | postrunner-16c4bcf30564853391dab047fbce1e5393cbc62a.zip |
Bump version to 0.9.0.v0.9.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 75d5747..f939e0d 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = '0.8.1' + VERSION = '0.9.0' end |