summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Czapliński <czapkofan@gmail.com>2018-10-25 23:09:32 +0200
committerMateusz Czapliński <czapkofan@gmail.com>2018-10-25 23:09:32 +0200
commit9394b40119eac2375bb8cfa5d0e2901f5ba3502e (patch)
tree32ebc197d81e7739a65903f1a0f8ed4786a6ad22
parent2e4e42b33a25a8fca5f3cf3187866e94270b706a (diff)
update version to 0.2
-rw-r--r--up.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/up.go b/up.go
index 97a53d0..2aea219 100644
--- a/up.go
+++ b/up.go
@@ -34,6 +34,8 @@ import (
"github.com/spf13/pflag"
)
+const version = "0.2 (2018-10-25)"
+
// TODO: [#4] in case of error, show it in red (bg?), then below show again initial normal output
// TODO: F1 should display help, and it should be multi-line, and scrolling licensing credits
// TODO: some key shortcut to increase stdin capture buffer size (unless EOF already reached)
@@ -90,7 +92,7 @@ func main() {
// The rest of the screen is a view of the results of the command
commandOutput = BufView{}
// Sometimes, a message may be displayed at the bottom of the screen, with help or other info
- message = `^X exit (^C nosave) PgUp/PgDn/Up/Dn/^</^> scroll ^S pause (^Q end) [Ultimate Plumber v0.1 by akavel]`
+ message = `^X exit (^C nosave) PgUp/PgDn/Up/Dn/^</^> scroll ^S pause (^Q end) [Ultimate Plumber v` + version + ` by akavel]`
)
// Initialize main data flow