Skip to content

Commit

Permalink
Add VERSION constant to please gem-release
Browse files Browse the repository at this point in the history
gem-release is looking for that constant to understand current version
and allow bump to the new one with a command.
  • Loading branch information
kennyadsl committed Jan 30, 2019
1 parent f2a7ac8 commit 7128a5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/lib/spree/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# frozen_string_literal: true

module Spree
VERSION = "2.9.0.alpha"

def self.solidus_version
"2.9.0.alpha"
VERSION
end

def self.solidus_gem_version
Expand Down

0 comments on commit 7128a5c

Please sign in to comment.