diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index cace954c..92d27f08 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -17,7 +17,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 2 MINOR = 1 - PATCH = 0 + PATCH = 1 TINY = PATCH # Redmine compat # Used by semver to define the special version (if any).