mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-21 10:41:04 +03:00
5 lines
68 B
Bash
5 lines
68 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
version=$(git describe --all --long)
|
||
|
echo \"$version\"
|