Skip to content

Commit

Permalink
Merge pull request #272 from chhsiao1981/release-0.19.1
Browse files Browse the repository at this point in the history
update version to 0.19.1
  • Loading branch information
chhsiao1981 authored Nov 8, 2021
2 parents c2e6bc7 + 731ebfb commit baf4f4d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apidoc/delete_articles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ responses:
'$id': https://json-schema.org/draft/2019-09/output/schema
type: object
properties:
indexes:
aids:
type: array
items:
type: number
description: idx in .DIR
type: string
description: aid
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.19.0'
version: '0.19.1'
title: go-pttbbs
definitions:
!include defs/board_summary.yaml
Expand Down
2 changes: 1 addition & 1 deletion 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.19.0
image: pttofficialapps/go-pttbbs:v0.19.1
ports:
- "127.0.0.1:3456:3456"
- "127.0.0.1:8889:8888"
Expand Down
2 changes: 1 addition & 1 deletion 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.19.0
image: pttofficialapps/go-pttbbs:v0.19.1
ports:
- "127.0.0.1:3456:3456"
- "127.0.0.1:8889:8888"
Expand Down

0 comments on commit baf4f4d

Please sign in to comment.