Skip to content

Commit 98c8a42

Browse files
committed
Add a missing require to the bump-version script
1 parent bba617e commit 98c8a42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/release/bump-version

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

4+
require_relative '_helpers'
45
require_relative '../../core/lib/spree/core/version'
56

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

0 commit comments

Comments
 (0)