toxcore/other/print-version
iphydf 1e11865c4c
chore: Add bootstrap daemon docker image build.
This will also push to dockerhub on merge.
2021-12-23 15:54:24 +00:00

5 lines
107 B
Bash
Executable File

#!/bin/sh
VERSION="$(grep '^AC_INIT' configure.ac | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')"
echo "$VERSION"