diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-04-19 20:12:05 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-04-19 20:12:05 -0400 |
| commit | e0d0f14c1178f1133d9ca8f1d071784562cf86f1 (patch) | |
| tree | 25db696a2085d49d89fbfcd843807c4275d66d2f /release.sh | |
| parent | fc5f053c5844cc614c61f53705cd26189df9de17 (diff) | |
| download | hose-e0d0f14c1178f1133d9ca8f1d071784562cf86f1.zip | |
fix version number
Diffstat (limited to 'release.sh')
| -rw-r--r-- | release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -version=$(git describe --tags) +version=$(git describe --tags --abbrev=0) gooses=(darwin linux windows) goarches=(amd64 arm64) |