Skip to content

Commit 2edcd66

Browse files
committed
update version to v2.0.1
1 parent d6c8901 commit 2edcd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Package version records versioning information about this module.
22
package version
33

4-
var Version = "2.0.0"
4+
var Version = "2.0.1"
55

66
// String formats the semantic version string for this module.
77
func String() string {

0 commit comments

Comments
 (0)