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

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelometal committed Aug 26, 2014
1 parent 90084dd commit 2f9c0bd
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.1"
const version = "0.5.0"

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

0 comments on commit 2f9c0bd

Please sign in to comment.