From 3290385f5ff2376d33e3518f2d84f3f53eedd979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Wed, 18 Nov 2015 21:09:05 +0100 Subject: [PATCH] Bump version to 5.0.0 --- lib/open_project/documents/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open_project/documents/version.rb b/lib/open_project/documents/version.rb index b1988755b0..b5f95cbfc8 100644 --- a/lib/open_project/documents/version.rb +++ b/lib/open_project/documents/version.rb @@ -31,6 +31,6 @@ module OpenProject module Documents - VERSION = "5.0.0-alpha" + VERSION = "5.0.0" end end