From f12d0f67714fe53f4394242e8555875aae395967 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Sat, 29 Dec 2018 14:34:18 +0100 Subject: [PATCH] use correct version --- 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 138adc5b7..667e56b37 100644 --- a/config/initializers/_version.rb +++ b/config/initializers/_version.rb @@ -1,5 +1,5 @@ module Lupo class Application - VERSION = "2.1.16" + VERSION = "2.1.6" end end \ No newline at end of file