Post-release chores after having released Solidus v4.5.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.5.0
- [ ] The corresponding patch branch exists. See https://github.com/solidusio/solidus/tree/v4.5
- [ ] The corresponding backport-v4.5 label exists. See https://github.com/solidusio/solidus/labels
This commit is contained in:
tvdeyen 2025-02-20 13:00:38 +00:00
parent aeaabfc87f
commit 5bca543a53
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
apply 'https://github.com/solidusio/solidus_starter_frontend/raw/v4.5/template.rb'
apply 'https://github.com/solidusio/solidus_starter_frontend/raw/main/template.rb'

View File

@ -1,14 +1,14 @@
# frozen_string_literal: true
module Spree
VERSION = "4.5.0"
VERSION = "4.6.0.dev"
def self.solidus_version
VERSION
end
def self.previous_solidus_minor_version
'4.4'
'4.5'
end
def self.solidus_gem_version

View File

@ -28,7 +28,7 @@ services:
NODE_VERSION: 20
MYSQL_VERSION: "8.0"
BUNDLER_VERSION: 2
image: solidus-4.5.0
image: solidus-4.6.0.dev
command: bash -c "(bundle check || bundle) && bash -c 'echo Container initialized, see README.md for further steps.' && tail -f /dev/null"
environment:
CAPYBARA_DRIVER: selenium_chrome_headless_docker_friendly