diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-06-21 03:42:54 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-06-21 03:42:54 +0000 |
commit | 5282d4b1e3708ddb14062bc2a46d094ddd94df0a (patch) | |
tree | 7de3d68f518a84f0fdec9a167b737362bf027e06 /lib/redmine/version.rb | |
parent | 414a12d1c60f1ec57b7c8acd7368ba0e5a43e821 (diff) | |
download | redmine-5282d4b1e3708ddb14062bc2a46d094ddd94df0a.tar.gz redmine-5282d4b1e3708ddb14062bc2a46d094ddd94df0a.zip |
Set version to 5.0.2.
git-svn-id: https://svn.redmine.org/redmine/trunk@21673 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/version.rb')
-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 65446fdb1..cc3a4690f 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 5 MINOR = 0 - TINY = 1 + TINY = 2 # Branch values: # * official release: nil |