diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2023-11-27 20:20:35 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2023-11-27 20:20:35 +0000 |
commit | bb44975cb033b185949653f1c553f362d5c4c412 (patch) | |
tree | 5feee8dcf7d336c934c3ec0ba52719566f6c7c98 /lib | |
parent | b2b2dff94179f12a7839a7226c2455010484446d (diff) | |
download | redmine-bb44975cb033b185949653f1c553f362d5c4c412.tar.gz redmine-bb44975cb033b185949653f1c553f362d5c4c412.zip |
Merged r22483 from trunk to 5.1-stable.
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22484 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 7a8355bc7..dc4bea0dd 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 5 MINOR = 1 - TINY = 0 + TINY = 1 # Branch values: # * official release: nil |