Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

Commit 62c82eb

Browse files
committed
webserver: bump to 0.7.3
1 parent bce553b commit 62c82eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '0.7'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.7.2'
53+
release = '0.7.3'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

webserver/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/tsuru/tsuru/log"
1616
)
1717

18-
const version = "0.7.2"
18+
const version = "0.7.3"
1919

2020
func main() {
2121
dry := flag.Bool("dry", false, "dry-run: does not start the server (for testing purpose)")

0 commit comments

Comments
 (0)