Skip to content

Commit 6e733c1

Browse files
committed
chore: add version variable
1 parent a44d296 commit 6e733c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/xyz/XYZBroadcaster.vy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
@custom:security [email protected]
88
"""
99

10+
version: public(constant(String[8])) = "0.0.2"
1011

1112
event Broadcast:
1213
agent: indexed(Agent)

0 commit comments

Comments
 (0)