diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-12-11 18:12:00 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-12-11 18:12:00 +0000 |
commit | c78b394e12a9e68107bc5a2f5bf916d4e194c2f3 (patch) | |
tree | eece5a8f3f36e15bca712f05aaecf380a110635c | |
parent | 5fecf1e5f2893760a5832a0686efda1d190e9d6d (diff) | |
download | redmine-c78b394e12a9e68107bc5a2f5bf916d4e194c2f3.tar.gz redmine-c78b394e12a9e68107bc5a2f5bf916d4e194c2f3.zip |
Sets version to 6.0.2.
git-svn-id: https://svn.redmine.org/redmine/trunk@23393 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 e004b8f87..11723bc2b 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -24,7 +24,7 @@ module Redmine module VERSION MAJOR = 6 MINOR = 0 - TINY = 1 + TINY = 2 # Branch values: # * official release: nil |