diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2025-03-10 23:24:04 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2025-03-10 23:24:04 +0000 |
commit | 6491830d8058d872b4df059a5801f4be00be86f4 (patch) | |
tree | e05a119f6549706ac8574fb58a989355ea4fe03a /lib | |
parent | 058e0c538a9ad71e1f52c8f7d55f5d36796d45c9 (diff) | |
download | redmine-5.0-stable.tar.gz redmine-5.0-stable.zip |
Updates for 5.0.12 release.5.0-stable
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@23543 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 654a3d7cb..95a3e5e85 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 5 MINOR = 0 - TINY = 11 + TINY = 12 # Branch values: # * official release: nil |