Skip to content

Commit

Permalink
master branch is now 2.1.0.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
huoxito authored and GeekOnCoffee committed May 23, 2013
1 parent 3b07d8a commit c745688
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.0.0.beta
2.1.0.beta
2 changes: 1 addition & 1 deletion cmd/lib/spree_cmd/extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def class_name
end

def spree_version
'2.0.0.beta'
'2.1.0.beta'
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.0.0.beta"
"2.1.0.beta"
end
end

0 comments on commit c745688

Please sign in to comment.