chore: updated deps

This commit is contained in:
Marvin Zhang
2024-06-27 23:59:10 +08:00
parent 4830d5d546
commit 68888107a0

4
bin/gen-ver.sh Executable file
View File

@@ -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"