Skip to content

Commit

Permalink
Merge pull request #416 from chhsiao1981/release-0.25.0
Browse files Browse the repository at this point in the history
update version to 0.25.0
  • Loading branch information
chhsiao1981 authored Oct 17, 2024
2 parents 5100ad8 + 228cf93 commit 7c0bf40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apidoc/template.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
info:
version: '0.24.2'
version: '0.25.0'
title: go-pttbbs
definitions:
!include defs/board_summary.yaml
Expand Down
2 changes: 1 addition & 1 deletion docker/go-pttbbs/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
go-pttbbs:
image: pttofficialapps/go-pttbbs:v0.24.2
image: pttofficialapps/go-pttbbs:v0.25.0
ports:
- "127.0.0.1:3456:3456"
- "127.0.0.1:8889:8888"
Expand Down
2 changes: 1 addition & 1 deletion docker/go-pttbbs/docker-compose.yaml.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
go-pttbbs:
image: pttofficialapps/go-pttbbs:v0.24.2
image: pttofficialapps/go-pttbbs:v0.25.0
ports:
- "127.0.0.1:3456:3456"
- "127.0.0.1:8889:8888"
Expand Down

0 comments on commit 7c0bf40

Please sign in to comment.