mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
5 lines
198 B
Bash
5 lines
198 B
Bash
#!/bin/sh
|
|
|
|
# We'll just use the `git describe` version since it's reasonably
|
|
# easy to refer to a tag or commit using the describe output.
|
|
git describe --match="v[0-9]*\.[0-9]*\.[0-9]*" 2>/dev/null
|