Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Dec 18, 2023
1 parent fdb2a52 commit 01fd994
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import (
"golang.org/x/net/websocket"
)

const Version = "1.19.0"
const Version = "1.20.0"

type TsuruHandler struct {
version string
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
# built documents.
#
# The short X.Y version.
version = '1.19'
version = '1.20'

# The full version, including alpha/beta/rc tags.
release = '1.19.0'
release = '1.20.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: Open source, extensible and Docker-based Platform as a Service (PaaS)
# Warning:
# DO NOT UPDATE THIS FIELD MANUALLY. RUN "make release version=X.Z.Y" INSTEAD.
version: "1.19"
version: "1.20"
schemes:
- http
- https
Expand Down

0 comments on commit 01fd994

Please sign in to comment.