diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-03-04 19:44:30 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-03-04 19:44:30 +0000 |
commit | ed7873a4c49d9209c597378dab9a982391093c32 (patch) | |
tree | 6ae94d20fad8698135323b830359eea5ad16c5bd /lib | |
parent | c7fb4dbad4e2683afd6b92ddfd36d814944c92b4 (diff) | |
download | redmine-ed7873a4c49d9209c597378dab9a982391093c32.tar.gz redmine-ed7873a4c49d9209c597378dab9a982391093c32.zip |
Merged r22765 from trunk to 5.1-stable.
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22766 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 dc4bea0dd..926ab659d 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 5 MINOR = 1 - TINY = 1 + TINY = 2 # Branch values: # * official release: nil |