From d8d12c3c7716e1695474f867567a79ecf2b0ebcc Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Sun, 10 Mar 2019 22:17:43 +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 5a269ad38..84c0bd907 100644 --- a/config/initializers/_version.rb +++ b/config/initializers/_version.rb @@ -1,6 +1,6 @@ module Lupo class Application - VERSION = "2.3.39" + VERSION = "2.3.40" REVISION = `git rev-parse HEAD` end end \ No newline at end of file