diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-12-01 15:34:44 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-12-01 15:34:44 +0000 |
commit | b40f83a399f8c88938b97872b8285b4107b83021 (patch) | |
tree | e1f826f713d02cb8a0b97a310e04961dd36efe63 /lib/redmine/version.rb | |
parent | 7c15165a225ec8d219ce7f034dc189daf0910370 (diff) | |
download | redmine-b40f83a399f8c88938b97872b8285b4107b83021.tar.gz redmine-b40f83a399f8c88938b97872b8285b4107b83021.zip |
Updates for 4.2.9 release.
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21983 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 7e53edcba..a63c20d2b 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 4 MINOR = 2 - TINY = 8 + TINY = 9 # Branch values: # * official release: nil |