We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9028f9 commit 9b56e66Copy full SHA for 9b56e66
version.go
@@ -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