mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
4 lines
115 B
Bash
4 lines
115 B
Bash
#!/bin/bash
|
|
COMMIT_HASH=$(git rev-parse HEAD)
|
|
TIMESTAMP=$(date +%Y%m%d%H%M%S)
|
|
echo "v0.0.0-$TIMESTAMP-$COMMIT_HASH" |