Skip to content

Commit

Permalink
Merge pull request #583 from jgraichen/renovate/main-redmine
Browse files Browse the repository at this point in the history
chore(deps): update dependency redmine/redmine to v6.0.2 (main)
  • Loading branch information
jgraichen authored Dec 11, 2024
2 parents 65923e9 + b884de2 commit 1fb4455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redmine
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

DEFAULT_VERSION = '6.0.1'
DEFAULT_VERSION = '6.0.2'

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

0 comments on commit 1fb4455

Please sign in to comment.