Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

[DEVOPS-1112] configuration.yaml: bump staging and testnet applicationVersions #3879

Merged
merged 1 commit into from
Nov 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lib/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14929,7 +14929,7 @@ testnet_wallet: &testnet_wallet
<<: *testnet_full
update: &testnet_wallet_update
applicationName: csl-daedalus
applicationVersion: 1
applicationVersion: 2
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 0
Expand Down Expand Up @@ -14973,7 +14973,7 @@ mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 16
applicationVersion: 17
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
Expand All @@ -14983,7 +14983,7 @@ mainnet_dryrun_wallet_macos64: &mainnet_dryrun_wallet_macos64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 16
applicationVersion: 17
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
Expand All @@ -14993,7 +14993,7 @@ mainnet_dryrun_wallet_linux64: &mainnet_dryrun_wallet_linux64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 16
applicationVersion: 17
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
Expand Down