diff options
author | Chris Schlaeger <chris@linux.com> | 2017-02-26 21:29:39 +0100 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2017-02-26 21:29:39 +0100 |
commit | f6065c571601b77e258fd2843cdcbbecc85be920 (patch) | |
tree | 87da285aabe89fe7c0a7bc0b8cfa12613bc30618 /lib | |
parent | 68604973336483301012e2077ffff29fea4725f0 (diff) | |
download | postrunner-f6065c571601b77e258fd2843cdcbbecc85be920.zip |
Fix: Require perobs 2.4.1 or later.v0.7.5
perobs 2.4.0 has a bug that can lead to database corruptions.
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 12d3536..74e9895 100644 --- a/lib/postrunner/version.rb +++ b/lib/postrunner/version.rb @@ -11,5 +11,5 @@ # module PostRunner - VERSION = '0.7.4' + VERSION = '0.7.5' end |