3 lines
65 B
Bash
3 lines
65 B
Bash
|
|
#!/bin/bash
|
||
|
|
version=$(go run . -- --buildversion)
|
||
|
|
echo "$version"
|