Skip to content

Commit 72c3e46

Browse files
committed
misc: added const with lib version
1 parent e737831 commit 72c3e46

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

version.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package cloudwatcher
2+
3+
const (
4+
Version = "1.0.0"
5+
)

0 commit comments

Comments
 (0)