Skip to content

Commit 4addf5d

Browse files
committed
Add VERSION file for devnet
1 parent dab335a commit 4addf5d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.2.0

mithril-test-lab/mithril-devnet/mkfiles/mkfiles-init.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ fi
3232
if [ -z "${LISTENING_ADDR}" ]; then
3333
LISTENING_ADDR="127.0.0.1"
3434
fi
35+
DEVNET_VERSION=$(cat VERSION)
3536

3637
# Display configuration summary
38+
echo ">> Devnet Version: ${DEVNET_VERSION}"
3739
echo ">> Artifacts Directory[env::ARTIFACTS_DIR]: ${ARTIFACTS_DIR}"
3840
echo ">> Cardano BFT nodes [env::NUM_BFT_NODES]: ${NUM_BFT_NODES}"
3941
echo ">> Cardano SPO nodes [env::NUM_POOL_NODES]: ${NUM_POOL_NODES}"

0 commit comments

Comments
 (0)