Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 63babc6

Browse files
authored
Merge pull request #493 from tokencard/bump_version_v2.2.0
This bumps the version
2 parents 63db610 + cffe2da commit 63babc6

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

build/wallet/DailyLimitTrait.bin

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/wallet/Wallet.bin

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/wallet/combined.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/walletDeployer/DailyLimitTrait.bin

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/walletDeployer/Wallet.bin

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/walletDeployer/WalletDeployer.bin

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/walletDeployer/combined.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/wallet.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ contract Wallet is ENSResolvable, Vault, GasTopUpLimit, LoadLimit {
589589
event ExecutedTransaction(address _destination, uint _value, bytes _data, bytes _returndata);
590590
event UpdatedAvailableLimit();
591591

592-
string constant public WALLET_VERSION = "2.0.0";
592+
string constant public WALLET_VERSION = "2.2.0";
593593
uint constant private _DEFAULT_MAX_STABLECOIN_LOAD_LIMIT = 10000; //10,000 USD
594594

595595
/// @dev Is the registered ENS node identifying the licence contract.

pkg/bindings/wallet.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/bindings/walletDeployer.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)