mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-28 05:23:56 +03:00
7 lines
132 B
Bash
Executable File
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}"
|