Skip to content

Commit 0f158e6

Browse files
committed
build: bump version to v1.0.0
build: bump version to v1.0.0
1 parent 6801108 commit 0f158e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

service_contracts/src/FilecoinWarmStorageService.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ contract FilecoinWarmStorageService is
5959
EIP712Upgradeable
6060
{
6161
// Version tracking
62-
string public constant VERSION = "0.3.0";
62+
string public constant VERSION = "1.0.0";
6363

6464
// =========================================================================
6565
// Events

service_contracts/src/ServiceProviderRegistry.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ contract ServiceProviderRegistry is
4343
}
4444

4545
/// @notice Version of the contract implementation
46-
string public constant VERSION = "0.3.0";
46+
string public constant VERSION = "1.0.0";
4747

4848
/// @notice Maximum length for service URL
4949
uint256 private constant MAX_SERVICE_URL_LENGTH = 256;

0 commit comments

Comments
 (0)