Skip to content

Commit

Permalink
Merge pull request #493 from tokencard/bump_version_v2.2.0
Browse files Browse the repository at this point in the history
This bumps the version
  • Loading branch information
mischat committed Aug 12, 2019
2 parents 63db610 + cffe2da commit 63babc6
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build/wallet/DailyLimitTrait.bin

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/wallet/Wallet.bin

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/wallet/combined.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/walletDeployer/DailyLimitTrait.bin

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/walletDeployer/Wallet.bin

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/walletDeployer/WalletDeployer.bin

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/walletDeployer/combined.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/wallet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ contract Wallet is ENSResolvable, Vault, GasTopUpLimit, LoadLimit {
event ExecutedTransaction(address _destination, uint _value, bytes _data, bytes _returndata);
event UpdatedAvailableLimit();

string constant public WALLET_VERSION = "2.0.0";
string constant public WALLET_VERSION = "2.2.0";
uint constant private _DEFAULT_MAX_STABLECOIN_LOAD_LIMIT = 10000; //10,000 USD

/// @dev Is the registered ENS node identifying the licence contract.
Expand Down
2 changes: 1 addition & 1 deletion pkg/bindings/wallet.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/bindings/walletDeployer.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/wallet/wallet_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var _ = BeforeEach(func() {
})

var allPassed = true
var currentVersion = "2.0.0"
var currentVersion = "2.2.0"

var _ = Describe("Wallet Version", func() {
It("should return the current version", func() {
Expand Down

0 comments on commit 63babc6

Please sign in to comment.