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.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Souza authored and heynemann committed Jul 2, 2014
1 parent 92f42df commit 584de3e
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 (
"net/http"
)

const version = "0.4.0"
const version = "0.4.1"

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

0 comments on commit 584de3e

Please sign in to comment.