Skip to content

Commit fbbcdb2

Browse files
authored
Merge pull request #690 from jgraichen/renovate/main-redmine
chore(deps): update dependency redmine/redmine to v6.1.0 (main)
2 parents 20e0877 + 9f51ae8 commit fbbcdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redmine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22
# frozen_string_literal: true
33

4-
DEFAULT_VERSION = '6.0.6'
4+
DEFAULT_VERSION = '6.1.0'
55

66
REDMINE_VERSION = ENV['REDMINE_VERSION'] = ENV.fetch('REDMINE_VERSION') { ENV.fetch('VERSION') { DEFAULT_VERSION } }
77
REDMINE_PATH = ENV['REDMINE_PATH'] = File.expand_path("../vendor/redmine/#{REDMINE_VERSION}/", __FILE__)

0 commit comments

Comments
 (0)