Skip to content

Commit

Permalink
Updated version number (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Jul 16, 2021
1 parent c84a62c commit b5377d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/prize-pool/PrizePool.sol
Expand Up @@ -151,7 +151,7 @@ abstract contract PrizePool is PrizePoolInterface, OwnableUpgradeable, Reentranc
}

/// @notice Semver Version
string constant public VERSION = "3.4.0";
string constant public VERSION = "3.4.1";

/// @dev Reserve to which reserve fees are sent
RegistryInterface public reserveRegistry;
Expand Down
2 changes: 1 addition & 1 deletion contracts/prize-strategy/PeriodicPrizeStrategy.sol
Expand Up @@ -121,7 +121,7 @@ abstract contract PeriodicPrizeStrategy is Initializable,
}

/// @notice Semver Version
string constant public VERSION = "3.4.0";
string constant public VERSION = "3.4.1";

// Comptroller
TokenListenerInterface public tokenListener;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@pooltogether/pooltogether-contracts",
"version": "3.4.0",
"version": "3.4.1",
"description": "PoolManager Prize Linked Savings Account Pool Smart Contracts",
"main": "index.js",
"license": "GPL-3.0",
Expand Down

0 comments on commit b5377d9

Please sign in to comment.