Skip to content

Commit

Permalink
Bump version to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Dec 3, 2024
1 parent 549986f commit 908959a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:16.0-dev
image: kmyblue:16.0
restart: always
env_file: .env.production
command: bundle exec puma -C config/puma.rb
Expand All @@ -83,7 +83,7 @@ services:
build:
dockerfile: ./streaming/Dockerfile
context: .
image: kmyblue-streaming:16.0-dev
image: kmyblue-streaming:16.0
restart: always
env_file: .env.production
command: node ./streaming/index.js
Expand All @@ -101,7 +101,7 @@ services:

sidekiq:
build: .
image: kmyblue:16.0-dev
image: kmyblue:16.0
restart: always
env_file: .env.production
command: bundle exec sidekiq
Expand Down
4 changes: 2 additions & 2 deletions lib/mastodon/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def kmyblue_minor

def kmyblue_flag
# 'LTS'
'dev'
# nil
# 'dev'
nil
end

def major
Expand Down

0 comments on commit 908959a

Please sign in to comment.