diff --git a/SPREE_VERSION b/SPREE_VERSION index 683f7670f24..128bac188ca 100644 --- a/SPREE_VERSION +++ b/SPREE_VERSION @@ -1 +1 @@ -0.50.99 \ No newline at end of file +0.60.99 diff --git a/core/lib/spree_core/version.rb b/core/lib/spree_core/version.rb index f50f0d2243e..770185a731c 100644 --- a/core/lib/spree_core/version.rb +++ b/core/lib/spree_core/version.rb @@ -1,5 +1,5 @@ module Spree def self.version - "0.50.99" + "0.60.99" end end