zecwallet-lite/bin/printversion.sh

5 lines
69 B
Bash
Executable File

#!/bin/bash
VERSION="1.1.0"
echo "::set-env name=VERSION::$VERSION"