Skip to content

Commit f01d2aa

Browse files
committed
Post-release chores after having released Solidus v4.7.0
This code has been automatically generated by our 'Prepare post-release' GitHub action. Make sure that: - [ ] The new release has been published, along with its tag. See https://github.com/solidusio/solidus/releases/tag/v4.7.0 - [ ] The corresponding patch branch exists. See https://github.com/solidusio/solidus/tree/v4.7 - [ ] The corresponding backport-v4.7 label exists. See https://github.com/solidusio/solidus/labels
1 parent 4026945 commit f01d2aa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.7/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.7.0"
4+
VERSION = "4.8.0.dev"
55

66
def self.solidus_version = VERSION
77

88
def self.minimum_required_rails_version = "7.2"
99

10-
def self.previous_solidus_minor_version = "4.6"
10+
def self.previous_solidus_minor_version = "4.7"
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.7.0
31+
image: solidus-4.8.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)