We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c972610 commit 56172d4Copy full SHA for 56172d4
1 file changed
lintcmd/version/version.go
@@ -7,8 +7,8 @@ import (
7
"runtime"
8
)
9
10
-const Version = "2024.1"
11
-const MachineVersion = "0.5.0"
+const Version = "2024.1.1"
+const MachineVersion = "0.5.1"
12
13
// version returns a version descriptor and reports whether the
14
// version is a known release.
0 commit comments