daml/ledger-api/scripts/get-version
Digital Asset GmbH 05e691f558 open-sourcing daml
2019-04-04 09:33:38 +01:00

6 lines
160 B
Bash
Executable File

#!/usr/bin/env bash
set -e
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cat $THIS_DIR/../version.sbt | head -1 | sed -n 's/.*\"\(.*\)".*/\1/p'