mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-23 20:13:20 +00:00
c8c06cb0dc
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
5 lines
68 B
Bash
Executable File
5 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
|
|
version=$(git describe --all --long)
|
|
echo \"$version\"
|