Exiting out on certain startup errors

This commit is contained in:
jillianwilson
2021-11-04 17:01:56 -03:00
parent 0b4b9d117f
commit e9d2b63a58
2 changed files with 10 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
package version
var (
Version = "0.0.1"
)