Skip to content

Commit

Permalink
chore: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Jun 27, 2024
1 parent 4830d5d commit 6888810
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/gen-ver.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
COMMIT_HASH=$(git rev-parse HEAD)
TIMESTAMP=$(date +%Y%m%d%H%M%S)
echo "v0.0.0-$TIMESTAMP-$COMMIT_HASH"

0 comments on commit 6888810

Please sign in to comment.