We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e889a8 commit bc7f503Copy full SHA for bc7f503
1 file changed
internal/version/version.go
@@ -2,4 +2,4 @@ package version
2
3
// Version is the current version of tinyMem
4
// This can be overridden at build time using -ldflags "-X github.com/andrzejmarczewski/tinyMem/internal/version.Version=vX.Y.Z"
5
-var Version = "v0.1.10"
+var Version = "v0.1.11"
0 commit comments