Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio committed Dec 29, 2023
1 parent 8739bf3 commit f0d547c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/version/generate_version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
SELF_DIR=$(SELF=$(dirname "$0") && bash -c "cd \"$SELF\" && pwd")
GIT_VERSION=$(git describe --tags --abbrev=0 || echo "v0.0.0")
GIT_VERSION=$(git describe --tags --abbrev=6 || echo "v0.0.0")
echo -n "$GIT_VERSION" > "$SELF_DIR/version.txt"
2 changes: 1 addition & 1 deletion internal/version/revision.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
main-3c489de
main-8739bf3
2 changes: 1 addition & 1 deletion internal/version/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.0
v1.3.0-2-g8739bf

0 comments on commit f0d547c

Please sign in to comment.