diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-26 00:17:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-26 00:17:47 -0500 |
commit | 90bca5960cacd4b6971576fc643309827c87bf16 (patch) | |
tree | 58062583ad6151085baf5b7c4a77cae5041d7a50 /main.go | |
parent | b7ad4939a3c1a5561a7bb52ca3ee8a7c6d39e128 (diff) |
fix: friendly version name for `go install ...` (#20)v1.3.4
* Better when installing with `go install ...`
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ import ( ) var ( // Set by the build system - version = "DEVELOPMENT-SNAPSHOT" + version = "compiled" date = "" ) |