mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
8 lines
227 B
Bash
8 lines
227 B
Bash
|
#!/usr/bin/env bash
|
||
|
# Copyright (c) 2020 The DAML Authors. All rights reserved.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
echo "STABLE_VERSION_DATE $(TZ=UTC git log -n1 -s --format=%cd --date=short -- VERSION)"
|