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

Commit 403e26a

Browse files
Merge #4172
4172: applicationVersion bump: 23 -> 24 r=disassembler a=disassembler ## Description <!--- A brief description of this PR and the problem is trying to solve --> ## Linked issue <!--- Put here the relevant issue from YouTrack --> Co-authored-by: Samuel Leathers <[email protected]>
2 parents 60b587f + 1ff03b5 commit 403e26a

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,4 @@ venv.bak/
242242
nix/.stack.nix/*.nix linguist-generated=true
243243
.stack-to-nix.cache linguist-generated=true
244244
nix/.stack-pkgs.nix linguist-generated=true
245+
script-runner/states

lib/configuration.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14990,30 +14990,30 @@ mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
1499014990
<<: *mainnet_dryrun_full
1499114991
update:
1499214992
applicationName: csl-daedalus
14993-
applicationVersion: 23
14993+
applicationVersion: 24
1499414994
lastKnownBlockVersion:
14995-
bvMajor: 0
14996-
bvMinor: 2
14995+
bvMajor: 1
14996+
bvMinor: 0
1499714997
bvAlt: 0
1499814998

1499914999
mainnet_dryrun_wallet_macos64: &mainnet_dryrun_wallet_macos64
1500015000
<<: *mainnet_dryrun_full
1500115001
update:
1500215002
applicationName: csl-daedalus
15003-
applicationVersion: 23
15003+
applicationVersion: 24
1500415004
lastKnownBlockVersion:
15005-
bvMajor: 0
15006-
bvMinor: 2
15005+
bvMajor: 1
15006+
bvMinor: 0
1500715007
bvAlt: 0
1500815008

1500915009
mainnet_dryrun_wallet_linux64: &mainnet_dryrun_wallet_linux64
1501015010
<<: *mainnet_dryrun_full
1501115011
update:
1501215012
applicationName: csl-daedalus
15013-
applicationVersion: 23
15013+
applicationVersion: 24
1501415014
lastKnownBlockVersion:
15015-
bvMajor: 0
15016-
bvMinor: 2
15015+
bvMajor: 1
15016+
bvMinor: 0
1501715017
bvAlt: 0
1501815018

1501915019
##############################################################################

0 commit comments

Comments
 (0)