Skip to content

Commit

Permalink
Incremented version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
schof committed May 14, 2009
1 parent 5584bb8 commit 1a1b730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.8.2' unless defined? SPREE_GEM_VERSION
SPREE_GEM_VERSION = '0.8.3' unless defined? SPREE_GEM_VERSION

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
Expand Down
2 changes: 1 addition & 1 deletion lib/spree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Spree
module Version
Major = '0'
Minor = '8'
Tiny = '2'
Tiny = '3'

class << self
def to_s
Expand Down

0 comments on commit 1a1b730

Please sign in to comment.