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.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Souza committed Feb 20, 2015
1 parent da23a77 commit 9d53820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webserver/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2014 gandalf authors. All rights reserved.
// Copyright 2015 gandalf authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

Expand All @@ -14,7 +14,7 @@ import (
"github.com/tsuru/gandalf/api"
)

const version = "0.5.2"
const version = "0.6.0"

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

0 comments on commit 9d53820

Please sign in to comment.