Skip to content

Commit 41eef91

Browse files
committed
fix: set contract version to v1.0.0
1 parent 7210c1c commit 41eef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/fa/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const DEFAULT_DOMAIN_ID: u64 = 0;
1111

1212
const MIGRATION_TGAS: u64 = 10;
1313

14-
const CONTRACT_VERSION: &str = "0.1.0";
14+
const CONTRACT_VERSION: &str = "1.0.0";
1515

1616
/// Supported signature algorithms
1717
#[derive(Debug, Clone, PartialEq)]

0 commit comments

Comments
 (0)