diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-10-02 20:01:08 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-10-02 20:01:08 +0000 |
commit | 2d69632250d978e18b86951a611ae81344950289 (patch) | |
tree | 2bd7c347bbd7f9d8bffbefe657dd24adf3d5d565 /lib | |
parent | 66db167225f6daa747df61de10293f9a8f4662c1 (diff) | |
download | redmine-2d69632250d978e18b86951a611ae81344950289.tar.gz redmine-2d69632250d978e18b86951a611ae81344950289.zip |
Merge r21888 to 5.0-stable.
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21889 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r-- | lib/redmine/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 92620919c..ddda5e1f9 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 5 MINOR = 0 - TINY = 2 + TINY = 3 # Branch values: # * official release: nil |