Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 7914873

Browse files
committed
bug fixes - version bump
1 parent 9562586 commit 7914873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

envdb.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
const (
1414
Name = "envdb"
15-
Version = "0.1.0.beta"
15+
Version = "0.1.1"
1616

1717
DefaultServerPort = 3636
1818
DefaultWebServerPort = 8080
@@ -21,7 +21,7 @@ const (
2121
var (
2222
TimeFormat = "15:04:05"
2323

24-
app = kingpin.New(Name, "The Environment Database - SELECT * FROM awesome;")
24+
app = kingpin.New(Name, "The Environment Database - Ask your environment questions")
2525
debug = app.Flag("debug", "Enable debug logging.").Bool()
2626
dev = app.Flag("dev", "Enable dev mode. (read assets from disk and enable debug output)").Bool()
2727
quiet = app.Flag("quiet", "Remove all output logging.").Short('q').Bool()

0 commit comments

Comments
 (0)