``` ./bidbot version 2022-01-11T10:34:46.264Z ERROR bidbot bidbot/main.go:222 loading config from : Config File "config" Not Found in "[/home/filecoin/.bidbot]" local version: git build date: 2022-01-11T10:32:46Z git summary: v0.1.6-4-g8dff41e git branch: main git commit: 8dff41e git state: clean 2022-01-11T10:34:46.265Z FATAL bidbot bidbot/main.go:466 Get "http://127.0.0.1:9999/version": dial tcp 127.0.0.1:9999: connect: connection refused ``` it should just print the version. urfav/cli has a dedicated mechanism for printing versions - that might be worth a look
it should just print the version. urfav/cli has a dedicated mechanism for printing versions - that might be worth a look