From d09d604485351a2d4d193810a2d6e7ade9dc9e59 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Thu, 3 Jan 2019 11:03:50 +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 c3a5fe820..7b9d6335b 100644 --- a/config/initializers/_version.rb +++ b/config/initializers/_version.rb @@ -1,5 +1,5 @@ module Lupo class Application - VERSION = "2.2" + VERSION = "2.2.1" end end \ No newline at end of file