Skip to content

Commit

Permalink
Release v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed May 26, 2023
1 parent 2ea7ec8 commit c61d8af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ENV['SKIP_SOLIDUS_BOLT'] = 'true'
require 'solidus_dev_support/rake_tasks'
SolidusDevSupport::RakeTasks.install

require 'bundler/gem_tasks'

# Override the default dummy app generation task to
# make it compatible with all the supported Solidus versions.
Rake::Task['extension:test_app'].clear
Expand Down
2 changes: 1 addition & 1 deletion lib/solidus_stripe/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SolidusStripe
VERSION = '4.4.0'
VERSION = '4.4.1'
end

0 comments on commit c61d8af

Please sign in to comment.