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

Commit

Permalink
webserver: bump to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scorphus committed Sep 21, 2015
1 parent 3ae045d commit 1c3eb9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.1'
release = '0.7.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion webserver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/tsuru/tsuru/log"
)

const version = "0.7.1"
const version = "0.7.2"

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

0 comments on commit 1c3eb9b

Please sign in to comment.