diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-05-16 21:53:17 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-05-16 21:53:17 +0000 |
commit | b3dc5ce8147c0c6bf336bb4e67ca086442f54caa (patch) | |
tree | 63a9471a0e53edd6a300edfb6bb1e031b5f7c25d /lib | |
parent | ab913d41e2c26ef0274300575a65a5f33a4cf1e2 (diff) | |
download | redmine-b3dc5ce8147c0c6bf336bb4e67ca086442f54caa.tar.gz redmine-b3dc5ce8147c0c6bf336bb4e67ca086442f54caa.zip |
Updates for 4.2.6 release.
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21584 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 38d3802b8..6c33e1d9e 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 4 MINOR = 2 - TINY = 5 + TINY = 6 # Branch values: # * official release: nil |