Skip to content

Commit 9b56e66

Browse files
committed
all: add Version to package
Signed-off-by: Ron Evans <ron@hybridgroup.com>
1 parent f9028f9 commit 9b56e66

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

version.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package tinydraw
2+
3+
// Version returns a user-readable string showing the version of the tinydraw package
4+
// for support purposes.
5+
//
6+
// Update this value before release of new version of software.
7+
const Version = "0.2.0"

0 commit comments

Comments
 (0)