diff options
author | Chris Schlaeger <chris@linux.com> | 2016-04-17 20:55:17 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2016-04-17 20:55:17 +0200 |
commit | da12356f8e983d3804aa971cf97af33b689b892c (patch) | |
tree | 8c479590a638b183763026410021006fdc8f2cb1 | |
parent | b98056154f24b3a4ba6b48a8f5914068cf335102 (diff) | |
download | postrunner-da12356f8e983d3804aa971cf97af33b689b892c.zip |
Bump version to 0.3.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 5e32993..f13d345 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = "0.2.1" + VERSION = "0.3.0" end |