From d74f029058af8106b6875b89ce5f84f128202e02 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Thu, 14 Feb 2019 15:30:00 +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 d4deabb00..5bf375d3f 100644 --- a/config/initializers/_version.rb +++ b/config/initializers/_version.rb @@ -1,5 +1,5 @@ module Lupo class Application - VERSION = "2.3.32" + VERSION = "2.3.33" end end \ No newline at end of file