mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-30 02:37:46 +03: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\"
|