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