diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-12 12:49:26 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-12 12:49:26 +0000 |
commit | 2b07fe61275519532dfb6fcc10e362b7e745b120 (patch) | |
tree | d622357b83bbc5e068b857443da0eb48c8293813 /lib | |
parent | 805006ca24eee331088d1ff923fec61313fd5258 (diff) | |
download | redmine-2b07fe61275519532dfb6fcc10e362b7e745b120.tar.gz redmine-2b07fe61275519532dfb6fcc10e362b7e745b120.zip |
Merge r23259 from trunk to 6.0-stable.
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23260 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 4dca811e6..73183f5f5 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -24,7 +24,7 @@ module Redmine module VERSION MAJOR = 6 MINOR = 0 - TINY = 0 + TINY = 1 # Branch values: # * official release: nil |