diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-06-15 11:17:55 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-06-15 11:17:55 -0700 |
| commit | f6f1d88969e12eadb7013397cdad3c4c5625988c (patch) | |
| tree | 71caa9e949bff138be226d2a8eafda4933995aaa /hotline/version.go | |
| parent | 95159e5585762c06c654945070ba54262b7dcec9 (diff) | |
Replace hardcoded version with ldflag usage
Diffstat (limited to 'hotline/version.go')
| -rw-r--r-- | hotline/version.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hotline/version.go b/hotline/version.go deleted file mode 100644 index 3d7e9af..0000000 --- a/hotline/version.go +++ /dev/null @@ -1,3 +0,0 @@ -package hotline - -const VERSION = "0.12.3" |