We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01db690 commit 569337aCopy full SHA for 569337a
pkg/version/version.go
@@ -1,7 +1,7 @@
1
package version
2
3
// Current application version, would update this when releasing a new version.
4
-const Dockmate_Version = "0.0.19"
+const Dockmate_Version = "0.1.0"
5
6
// Repository to check for releases (owner/repo)
7
const Repo = "shubh-io/dockmate"
0 commit comments