Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
bump v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Cooper committed Dec 16, 2015
1 parent 353a9ee commit 6d4fc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/piepan/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func main() {
flag.Var(&accessTokens, "access-token", "server access token (can be defined multiple times)")

flag.Usage = func() {
fmt.Fprintf(os.Stderr, "piepan v0.8.0\n")
fmt.Fprintf(os.Stderr, "piepan v0.8.1\n")
fmt.Fprintf(os.Stderr, "usage: %s [options] [script files]\n", os.Args[0])
fmt.Fprintf(os.Stderr, "an easy to use framework for writing Mumble bots using Lua\n")
flag.PrintDefaults()
Expand Down

0 comments on commit 6d4fc48

Please sign in to comment.