From e2521ab20e75487d31902e52ba673e2be91b4470 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Wed, 9 Jan 2019 13:54:44 +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 0649c1ca5..90e49ec6f 100644 --- a/config/initializers/_version.rb +++ b/config/initializers/_version.rb @@ -1,5 +1,5 @@ module Lupo class Application - VERSION = "2.3.2" + VERSION = "2.3.3" end end \ No newline at end of file