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

Commit

Permalink
Merge #4172
Browse files Browse the repository at this point in the history
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 <samuel.leathers@iohk.io>
  • Loading branch information
iohk-bors[bot] and disassembler committed Jun 21, 2019
2 parents 60b587f + 1ff03b5 commit 403e26a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,4 @@ venv.bak/
nix/.stack.nix/*.nix linguist-generated=true
.stack-to-nix.cache linguist-generated=true
nix/.stack-pkgs.nix linguist-generated=true
script-runner/states
18 changes: 9 additions & 9 deletions lib/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14990,30 +14990,30 @@ mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 23
applicationVersion: 24
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 2
bvMajor: 1
bvMinor: 0
bvAlt: 0

mainnet_dryrun_wallet_macos64: &mainnet_dryrun_wallet_macos64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 23
applicationVersion: 24
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 2
bvMajor: 1
bvMinor: 0
bvAlt: 0

mainnet_dryrun_wallet_linux64: &mainnet_dryrun_wallet_linux64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 23
applicationVersion: 24
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 2
bvMajor: 1
bvMinor: 0
bvAlt: 0

##############################################################################
Expand Down

0 comments on commit 403e26a

Please sign in to comment.