Skip to content

Commit 839752f

Browse files
authored
Merge pull request #6324 from solidusio/github-actions/17576230285-1-1757405652
Post-release chores after having released Solidus v4.6.0
2 parents 6598f35 + cc85f98 commit 839752f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
apply 'https://github.com/solidusio/solidus_starter_frontend/raw/v4.6/template.rb'
1+
apply 'https://github.com/solidusio/solidus_starter_frontend/raw/main/template.rb'

core/lib/spree/core/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# frozen_string_literal: true
22

33
module Spree
4-
VERSION = "4.6.0"
4+
VERSION = "4.7.0.dev"
55

66
def self.solidus_version = VERSION
77

88
def self.minimum_required_rails_version = "7.0"
99

10-
def self.previous_solidus_minor_version = "4.5"
10+
def self.previous_solidus_minor_version = "4.6"
1111

1212
def self.solidus_gem_version = Gem::Version.new(solidus_version)
1313
end

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
NODE_VERSION: 20
2929
MYSQL_VERSION: "8.0"
3030
BUNDLER_VERSION: 2
31-
image: solidus-4.6.0
31+
image: solidus-4.7.0.dev
3232
command: bash -c "(bundle check || bundle) && bash -c 'echo Container initialized, see README.md for further steps.' && tail -f /dev/null"
3333
environment:
3434
CAPYBARA_DRIVER: selenium_chrome_headless_docker_friendly

0 commit comments

Comments
 (0)