diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-03-28 19:36:13 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-03-28 19:36:13 +0000 |
commit | 1375b10f3820a3f05225314171a30502243bdba6 (patch) | |
tree | e642ee0c6623092f72ae05333589b6095b0cdb95 /lib | |
parent | d3988aedd162b13b4c84941f6851f5abceb2af75 (diff) | |
download | redmine-1375b10f3820a3f05225314171a30502243bdba6.tar.gz redmine-1375b10f3820a3f05225314171a30502243bdba6.zip |
Bump version to 5.0.0.
git-svn-id: https://svn.redmine.org/redmine/trunk@21509 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r-- | lib/redmine/version.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 6d01e8cbe..0ae5c361c 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -5,9 +5,9 @@ require 'redmine/scm/adapters/subversion_adapter' module Redmine # @private module VERSION - MAJOR = 4 - MINOR = 2 - TINY = 4 + MAJOR = 5 + MINOR = 0 + TINY = 0 # Branch values: # * official release: nil |