Skip to content

Commit

Permalink
Merge pull request solidusio#4873 from solidusio/github-actions/39971…
Browse files Browse the repository at this point in the history
…04994-1

Post-release chores after having released Solidus v3.3.0
  • Loading branch information
waiting-for-dev authored Jan 25, 2023
2 parents 0b4085b + 7ee361c commit 1c4b1ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/lib/spree/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# frozen_string_literal: true

module Spree
VERSION = "3.3.0"
VERSION = "3.4.0.dev"

def self.solidus_version
VERSION
end

def self.previous_solidus_minor_version
'3.2'
'3.3'
end

def self.solidus_gem_version
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
NODE_VERSION: 14
MYSQL_VERSION: "8.0"
BUNDLER_VERSION: 2
image: solidus-3.3.0
image: solidus-3.4.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
Expand Down

0 comments on commit 1c4b1ff

Please sign in to comment.