mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
6 lines
160 B
Bash
Executable File
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'
|