diff options
author | Chris Schlaeger <chris@linux.com> | 2015-04-12 21:11:44 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2015-04-12 21:11:44 +0200 |
commit | 6c81603a295667eee155bf379927b0de718c789c (patch) | |
tree | 43d9c05126f669d0a68aa7da495897c798fd2ef4 /lib | |
parent | a3bc76ca40be53a47e530ed91819e9b8483de7bb (diff) | |
download | postrunner-6c81603a295667eee155bf379927b0de718c789c.zip |
Bump version to 0.0.8v0.0.8
Fix version number of fit4ruby dependency
Diffstat (limited to 'lib')
-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 d77a0b6..9c27a62 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = "0.0.7" + VERSION = "0.0.8" end |