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.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Souza committed Oct 27, 2014
1 parent 5ea3142 commit 108eeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/tsuru/gandalf/api"
)

const version = "0.5.0"
const version = "0.5.1"

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

0 comments on commit 108eeb0

Please sign in to comment.