Browse Source

version uptick

jahway
jahway603 2 years ago
parent
commit
4d599ca17c
  1. 4
      cmd/server/main.go
  2. 6
      doc/man/lightwalletd.1

4
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)
}

6
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 <https://hush.is/security/>.
Copyright (C) 2021 Jahway603 and The Hush Developers
Copyright (C) 2019-2022 Jahway603 and The Hush Developers
This is experimental Free Software! Fuck Yeah!!!!!

Loading…
Cancel
Save