From 9394b40119eac2375bb8cfa5d0e2901f5ba3502e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Czapli=C5=84ski?= Date: Thu, 25 Oct 2018 23:09:32 +0200 Subject: update version to 0.2 --- up.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'up.go') 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 -- cgit v1.2.3