diff options
author | Chris Schlaeger <chris@linux.com> | 2014-08-10 21:44:17 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2014-08-10 21:44:17 +0200 |
commit | 4ef55cb921422ed26495c1228cd9082bcf20559a (patch) | |
tree | 7b04fce2d464785aeeb94ac8facd378af6baa89d /lib | |
parent | 604c302d1079fec564df92de8d09b6e027b55771 (diff) | |
download | postrunner-4ef55cb921422ed26495c1228cd9082bcf20559a.zip |
Bump version to 0.0.3v0.0.3
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 7765bc6..d8465cd 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -1,3 +1,3 @@ module PostRunner - VERSION = "0.0.2" + VERSION = "0.0.3" end |