Updates... Pt 2
This commit is contained in:
parent
88930b7690
commit
942c088360
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
image: alpine/edge
|
||||
packages:
|
||||
- openjdk11
|
||||
- openjdk17
|
||||
- rsync
|
||||
secrets:
|
||||
- 2c7f4f4a-a9c9-47e2-a432-b8a060d01381
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.1.4
|
||||
0.2.0
|
||||
|
|
|
@ -127,7 +127,7 @@ private fun sendResponse(ctx: Context, respObj: RespObj) {
|
|||
private fun createOpenApiOptions(): OpenApiOptions {
|
||||
val o = {
|
||||
OpenAPI()
|
||||
.info(Info().version("0.1.2").description("Slackbot Open API documentation"))
|
||||
.info(Info().version("0.2.0").description("Slackbot Open API documentation"))
|
||||
.addServersItem(Server().url("https://acicchetti.dev/"))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue