From 3be112d41c2960694a53ad091bea12ab72432571 Mon Sep 17 00:00:00 2001 From: Christian Ratz Date: Mon, 25 Aug 2014 16:15:50 +0200 Subject: [PATCH] Bump version to 3.0.12 --- lib/open_project/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open_project/version.rb b/lib/open_project/version.rb index bd650cee90..e155ef7c3f 100644 --- a/lib/open_project/version.rb +++ b/lib/open_project/version.rb @@ -34,7 +34,7 @@ module OpenProject MAJOR = 3 MINOR = 0 - PATCH = 11 + PATCH = 12 TINY = PATCH # Redmine compat # Used by semver to define the special version (if any).