diff --git a/docker-compose.yml b/docker-compose.yml index befc8919b172b9..708bb09476318c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -59,7 +59,7 @@ services: web: # You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes build: . - image: kmyblue:23.0-dev + image: kmyblue:23.0 restart: always env_file: .env.production command: bundle exec puma -C config/puma.rb @@ -83,7 +83,7 @@ services: build: dockerfile: ./streaming/Dockerfile context: . - image: kmyblue-streaming:23.0-dev + image: kmyblue-streaming:23.0 restart: always env_file: .env.production command: node ./streaming/index.js @@ -101,7 +101,7 @@ services: sidekiq: build: . - image: kmyblue:23.0-dev + image: kmyblue:23.0 restart: always env_file: .env.production command: bundle exec sidekiq diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 84b8617b1be59d..88514116173426 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,7 +9,7 @@ module Version # If you change the version number, also change the image version in docker-compose.yml. def kmyblue_major - 22 + 23 end def kmyblue_minor @@ -18,8 +18,8 @@ def kmyblue_minor def kmyblue_flag # 'LTS' - 'dev' - # nil + # 'dev' + nil end def major