hurl/bin/release/get_version.sh
2022-12-14 09:30:32 +01:00

7 lines
134 B
Bash
Executable File

#!/bin/bash
set -e
# Get hurl source version
VERSION="$(grep '^version' packages/hurl/Cargo.toml | cut -f2 -d'"')"
echo "${VERSION}"