diff options
author | Chris Schlaeger <chris@linux.com> | 2014-07-22 21:33:11 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2014-07-22 21:33:11 +0200 |
commit | 4438965dd6282710d34862983f0ec549371e744a (patch) | |
tree | b9f331e6942dda9f81474338608d11c0736c3849 | |
parent | 12567e2f4a1579645993d5a2f259af3dfaa992e3 (diff) | |
download | postrunner-4438965dd6282710d34862983f0ec549371e744a.zip |
Bump version to 0.0.2
-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 3861ec6..7765bc6 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -1,3 +1,3 @@ module PostRunner - VERSION = "0.0.1" + VERSION = "0.0.2" end |