mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-15 07:51:32 +00:00
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\"
|