Skip to content

Commit 569337a

Browse files
committed
feat: update application version to 0.1.0
1 parent 01db690 commit 569337a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
// Current application version, would update this when releasing a new version.
4-
const Dockmate_Version = "0.0.19"
4+
const Dockmate_Version = "0.1.0"
55

66
// Repository to check for releases (owner/repo)
77
const Repo = "shubh-io/dockmate"

0 commit comments

Comments
 (0)