Skip to content

Commit

Permalink
update version to beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Jul 6, 2021
1 parent 54c91f6 commit 2b9aded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hourglass.rb
Expand Up @@ -3,7 +3,7 @@ module Hourglass
PLUGIN_NAME = "redmine_#{NAMESPACE}".to_sym
PLUGIN_ROOT = Pathname.new(File.join File.dirname(__FILE__), '..').cleanpath

VERSION = '1.2.0-beta2'
VERSION = '1.2.0-beta5'

def self.redmine_has_advanced_queries?
Redmine::VERSION::MAJOR > 3 || (Redmine::VERSION::MAJOR == 3 && Redmine::VERSION::MINOR >= 4)
Expand Down

0 comments on commit 2b9aded

Please sign in to comment.