Skip to content

Commit

Permalink
bump deweb SC version from 1 to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-senechal committed Jan 14, 2025
1 parent 93aff52 commit f3f521e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart-contract/assembly/contracts/deweb-interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { FileInit } from './serializable/FileInit';
import { DEWEB_VERSION_TAG } from './internals/storageKeys/tags';
export { setOwner } from '@massalabs/sc-standards/assembly/contracts/utils/ownership';

const DEWEB_VERSION = '1';
const DEWEB_VERSION = '2';

/**
* Initializes the smart contract.
Expand Down

0 comments on commit f3f521e

Please sign in to comment.