From 8d7cb4c49b24045e49a8bcb34cfca666a9b6f01e Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Wed, 6 Feb 2019 00:43:37 +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 8fdb40fe8..e09a0fb33 100644 --- a/config/initializers/_version.rb +++ b/config/initializers/_version.rb @@ -1,5 +1,5 @@ module Lupo class Application - VERSION = "2.3.20" + VERSION = "2.3.21" end end \ No newline at end of file