Skip to content

Commit

Permalink
Bump dapptools version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arijitAD committed Oct 7, 2021
1 parent ae495ee commit 725e049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dapp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

stdenv.mkDerivation rec {
name = "dapp-${version}";
version = "0.29.0-v1.10.9-statediff-0.0.27";
version = "0.30.0-v1.10.9-statediff-0.0.27";
src = ./.;

nativeBuildInputs = [makeWrapper shellcheck coreutils nodejs];
Expand Down
2 changes: 1 addition & 1 deletion src/dapp/libexec/dapp/dapp---version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
echo dapp 0.29.0-v1.10.9-statediff-0.0.27
echo dapp 0.30.0-v1.10.9-statediff-0.0.27
# use a custom path is DAPP_SOLC is set
SOLC=${DAPP_SOLC:-solc}
$SOLC --version
Expand Down

0 comments on commit 725e049

Please sign in to comment.