Skip to content

Commit

Permalink
Restore SpreeGateway.version method (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
swatosh authored May 10, 2024
1 parent 63372ad commit 471f548
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/spree_gateway/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
module SpreeGateway
VERSION = '3.11.0'.freeze

def self.version
VERSION
end

def gem_version
Gem::Version.new(VERSION)
end
Expand Down

0 comments on commit 471f548

Please sign in to comment.