From f6065c571601b77e258fd2843cdcbbecc85be920 Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Sun, 26 Feb 2017 21:29:39 +0100 Subject: Fix: Require perobs 2.4.1 or later. perobs 2.4.0 has a bug that can lead to database corruptions. --- lib/postrunner/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3