Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
schof committed Jun 15, 2010
1 parent 6064a50 commit c701513
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ENV['RAILS_ENV'] ||= 'production'

# Specifies gem version of Rails to use when vendor/rails is not present
SPREE_GEM_VERSION = '0.10.99' unless defined? SPREE_GEM_VERSION
SPREE_GEM_VERSION = '0.11.0' unless defined? SPREE_GEM_VERSION

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
Expand Down
4 changes: 2 additions & 2 deletions lib/spree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
module Spree
module Version
Major = '0'
Minor = '10'
Tiny = '99'
Minor = '11'
Tiny = '0'
Pre = nil # 'beta'

class << self
Expand Down

0 comments on commit c701513

Please sign in to comment.