Skip to content

Commit

Permalink
add beta to version v3 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk authored Jan 5, 2024
1 parent 562d438 commit de8aaca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contracts/package-lock.json

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

2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iden3/contracts",
"description": "Smart Contract library for Solidity",
"version": "1.4.2",
"version": "1.4.3",
"files": [
"**/*.sol",
"/build/contracts/*.json",
Expand Down
2 changes: 1 addition & 1 deletion contracts/validators/CredentialAtomicQueryV3Validator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ contract CredentialAtomicQueryV3Validator is CredentialAtomicQueryValidator {
/**
* @dev Version of contract
*/
string public constant VERSION = "1.0.0";
string public constant VERSION = "1.0.0-beta.0";

string internal constant CIRCUIT_ID = "credentialAtomicQueryV3OnChain-beta.0";

Expand Down

0 comments on commit de8aaca

Please sign in to comment.