Skip to content

Commit dae52d3

Browse files
committed
Bump version to 23.1
1 parent 6c287b7 commit dae52d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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
62+
image: kmyblue:23.1
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
86+
image: kmyblue-streaming:23.1
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
104+
image: kmyblue:23.1
105105
restart: always
106106
env_file: .env.production
107107
command: bundle exec sidekiq

lib/mastodon/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def kmyblue_major
1313
end
1414

1515
def kmyblue_minor
16-
0
16+
1
1717
end
1818

1919
def kmyblue_flag
@@ -35,7 +35,7 @@ def patch
3535
end
3636

3737
def default_prerelease
38-
'alpha.6'
38+
'alpha.7'
3939
end
4040

4141
def prerelease

0 commit comments

Comments
 (0)