Skip to content

Commit 53fc1d1

Browse files
authored
Update the version of the client to 2.0.0 (#354)
1 parent 01df186 commit 53fc1d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version/version.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import (
55
)
66

77
const (
8-
VersionMajor = 1 // Major version component of the current release
9-
VersionMinor = 3 // Minor version component of the current release
10-
VersionPatch = 0 // Patch version component of the current release
11-
VersionMeta = "dev" // Version metadata to append to the version string
8+
VersionMajor = 2 // Major version component of the current release
9+
VersionMinor = 0 // Minor version component of the current release
10+
VersionPatch = 0 // Patch version component of the current release
11+
VersionMeta = "" // Version metadata to append to the version string
1212
)
1313

1414
// Version holds the textual version string.

0 commit comments

Comments
 (0)