From 18de5c1b84f6ece58451ce84da94876192f9e500 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Thu, 10 Jan 2019 13:52:18 +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 90e49ec6f..31a11f80e 100644 --- a/config/initializers/_version.rb +++ b/config/initializers/_version.rb @@ -1,5 +1,5 @@ module Lupo class Application - VERSION = "2.3.3" + VERSION = "2.3.5" end end \ No newline at end of file