Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dutil authored and Jeff Dutil committed Sep 19, 2014
1 parent 163b393 commit a1a9855
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SPREE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.9.beta
2.1.9
2 changes: 1 addition & 1 deletion cmd/lib/spree_cmd/extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def class_name
end

def spree_version
'2.1.9.beta'
'2.1.9'
end

def use_prefix(prefix)
Expand Down
2 changes: 1 addition & 1 deletion core/lib/spree/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Spree
def self.version
"2.1.9.beta"
"2.1.9"
end
end

0 comments on commit a1a9855

Please sign in to comment.