Skip to content

Commit

Permalink
Update version to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed Nov 22, 2023
1 parent 2c48202 commit 09ef76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/d_social_network_master.tact
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "./messages_d.tact";
import "./d_social_network_blog.tact";

contract DSocialNetworkMaster with Deployable, OwnableTransferable, Accounting, PersonalFees, StorageController {
version: String = "v0.0.1-beta";
version: String = "v1";
owner: Address;
personal_fees_destination: Address;
next_blog_index: Int as uint32 = 0;
Expand Down

0 comments on commit 09ef76f

Please sign in to comment.