Skip to content

Commit 3393e70

Browse files
authored
Merge pull request #1098 from kmycode/kb-draft-23.0
Release: kb23.0
2 parents 31055b7 + 6b15958 commit 3393e70

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959
web:
6060
# You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes
6161
build: .
62-
image: kmyblue:23.0-dev
62+
image: kmyblue:23.0
6363
restart: always
6464
env_file: .env.production
6565
command: bundle exec puma -C config/puma.rb
@@ -83,7 +83,7 @@ services:
8383
build:
8484
dockerfile: ./streaming/Dockerfile
8585
context: .
86-
image: kmyblue-streaming:23.0-dev
86+
image: kmyblue-streaming:23.0
8787
restart: always
8888
env_file: .env.production
8989
command: node ./streaming/index.js
@@ -101,7 +101,7 @@ services:
101101

102102
sidekiq:
103103
build: .
104-
image: kmyblue:23.0-dev
104+
image: kmyblue:23.0
105105
restart: always
106106
env_file: .env.production
107107
command: bundle exec sidekiq

lib/mastodon/version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Version
99
# If you change the version number, also change the image version in docker-compose.yml.
1010

1111
def kmyblue_major
12-
22
12+
23
1313
end
1414

1515
def kmyblue_minor
@@ -18,8 +18,8 @@ def kmyblue_minor
1818

1919
def kmyblue_flag
2020
# 'LTS'
21-
'dev'
22-
# nil
21+
# 'dev'
22+
nil
2323
end
2424

2525
def major

0 commit comments

Comments
 (0)