mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-30 02:37:46 +03:00
8003611c37
Signed-off-by: Egor Savkin <tomasfire@live.com>
5 lines
76 B
Bash
Executable File
5 lines
76 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
version=$(git describe --all --long)
|
|
echo \"$version\"
|