From 4d599ca17c9a1ef089c973685cab5b3a8b8b3fbf Mon Sep 17 00:00:00 2001 From: jahway603 Date: Thu, 6 Oct 2022 00:59:30 -0400 Subject: [PATCH] version uptick --- cmd/server/main.go | 4 ++-- doc/man/lightwalletd.1 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/server/main.go b/cmd/server/main.go index 1600f41..6b7ad50 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -90,7 +90,7 @@ type Options struct { } func main() { - var version = "0.1.1" // set version number + var version = "0.1.2" // set version number opts := &Options{} flag.StringVar(&opts.bindAddr, "bind-addr", "127.0.0.1:9067", "the address to listen on") @@ -104,7 +104,7 @@ func main() { // creating --version as a requirement of help2man if len(os.Args) > 1 && (os.Args[1] == "--version" || os.Args[1] == "-v") { - fmt.Printf("Hush lightwalletd version " + version + "\n") + fmt.Printf("Hush lightwalletd version %s\n", version) os.Exit(0) } diff --git a/doc/man/lightwalletd.1 b/doc/man/lightwalletd.1 index a54a3c9..ce1a481 100644 --- a/doc/man/lightwalletd.1 +++ b/doc/man/lightwalletd.1 @@ -1,6 +1,6 @@ -.TH LIGHTWALLET "1" "October 2021" "lightwalletd v0.1.1" "User Commands" +.TH LIGHTWALLET "1" "October 2022" "lightwalletd v0.1.2" "User Commands" .SH NAME -lightwalletd \- manual page for hush lightwalletd v0.1.1 +lightwalletd \- manual page for hush lightwalletd v0.1.2 .SH DESCRIPTION .B lightwalletd runs a lightwallet daemon for a Hush Silent Dragon Lite node. @@ -59,7 +59,7 @@ the path to a TLS key file (optional) In order to ensure you are adequately protecting your privacy when using Hush, please see . -Copyright (C) 2021 Jahway603 and The Hush Developers +Copyright (C) 2019-2022 Jahway603 and The Hush Developers This is experimental Free Software! Fuck Yeah!!!!!