Skip to content

Commit

Permalink
Merge pull request #560 from chhsiao1981/release-0.36.1
Browse files Browse the repository at this point in the history
update version to 0.36.1
  • Loading branch information
chhsiao1981 authored Oct 2, 2024
2 parents 448ed9c + c1df9e1 commit fe9af1a
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.36.0'
version: '0.36.1'
title: go-pttbbsweb
definitions:
!include defs/access_token.yaml
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- ${POSTFIX_MASTER_CF}:/etc/postfix/master.cf
restart: always
go-pttbbsweb:
image: pttofficialapps/go-pttbbsweb:v0.36.0
image: pttofficialapps/go-pttbbsweb:v0.36.1
ports:
- "127.0.0.1:3457:3457"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- ${POSTFIX_MAIN_CF}:/etc/postfix/main.cf
- ${POSTFIX_MASTER_CF}:/etc/postfix/master.cf
go-pttbbsweb:
image: pttofficialapps/go-pttbbsweb:v0.36.0
image: pttofficialapps/go-pttbbsweb:v0.36.1
ports:
- "127.0.0.1:3457:3457"
- "127.0.0.1:[local-port]:[docker-port]"
Expand Down

0 comments on commit fe9af1a

Please sign in to comment.