#!/usr/bin/env bash set -eu version=$(cargo run -q --bin mullvad-version) if [[ "$version" == *-dev-* ]]; then exit 1 fi