From 0fd1391f9db5e7166cd378c21b5a618b0a5a8010 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Sun, 10 Mar 2019 23:22:12 +0100 Subject: [PATCH] version bump --- config/initializers/_version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/_version.rb b/config/initializers/_version.rb index c6a694a36..6cd1f49d3 100644 --- a/config/initializers/_version.rb +++ b/config/initializers/_version.rb @@ -1,6 +1,6 @@ module Lupo class Application - VERSION = "2.3.41" + VERSION = "2.3.42" REVISION = `git rev-parse HEAD` end end \ No newline at end of file