hurl/bin/release/get_version.sh
2022-10-06 15:16:39 +02:00

7 lines
132 B
Bash
Executable File

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