diff options
author | Chris Schlaeger <chris@linux.com> | 2016-05-19 21:05:02 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2016-05-19 21:05:02 +0200 |
commit | ac1136bff3968e417a15dd5a99b608ef20cd6f8e (patch) | |
tree | 5e32df30478f546e248aafc0e5a0888fed7ca13a /lib | |
parent | 263b347cea4f1999b818a322f3c4de1c527e9848 (diff) | |
download | postrunner-ac1136bff3968e417a15dd5a99b608ef20cd6f8e.zip |
Bump version to 0.4.0v0.4.0
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 f13d345..4148625 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = "0.3.0" + VERSION = "0.4.0" end |