Skip to content

Commit

Permalink
Add a missing require to the bump-version script
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Dec 22, 2023
1 parent bba617e commit 98c8a42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/release/bump-version
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

require_relative '_helpers'
require_relative '../../core/lib/spree/core/version'

path = "#{ROOT}/core/lib/spree/core/version.rb"
Expand Down

0 comments on commit 98c8a42

Please sign in to comment.