mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
chore: updated deps
This commit is contained in:
4
bin/gen-ver.sh
Executable file
4
bin/gen-ver.sh
Executable 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"
|
||||||
Reference in New Issue
Block a user