diff options
author | Chris Schlaeger <chris@linux.com> | 2017-02-09 20:08:30 +0100 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2017-02-09 20:08:30 +0100 |
commit | e19524cbeac2860b000c195dd2502bb29396eb25 (patch) | |
tree | 8f1eef9daf8476cec41e06e96621d3b59d638618 /lib | |
parent | 9c809794cb0a7411ee131f506cde627b50b996c2 (diff) | |
download | postrunner-e19524cbeac2860b000c195dd2502bb29396eb25.zip |
Bumping version to 0.7.2v0.7.2
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 d70a425..07d25d4 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = '0.7.1' + VERSION = '0.7.2' end |