summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-11-26 00:17:47 -0500
committerGitHub <noreply@github.com>2024-11-26 00:17:47 -0500
commit90bca5960cacd4b6971576fc643309827c87bf16 (patch)
tree58062583ad6151085baf5b7c4a77cae5041d7a50 /main.go
parentb7ad4939a3c1a5561a7bb52ca3ee8a7c6d39e128 (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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 48121a7..5511ac6 100644
--- a/main.go
+++ b/main.go
@@ -13,7 +13,7 @@ import (
)
var ( // Set by the build system
- version = "DEVELOPMENT-SNAPSHOT"
+ version = "compiled"
date = ""
)