Skip to content

Commit 9e12e60

Browse files
committed
Version 2023.3.5 (v0.4.5)
1 parent 3d40c93 commit 9e12e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lintcmd/version/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"runtime"
88
)
99

10-
const Version = "2023.1.4"
11-
const MachineVersion = "v0.4.4"
10+
const Version = "2023.1.5"
11+
const MachineVersion = "v0.4.5"
1212

1313
// version returns a version descriptor and reports whether the
1414
// version is a known release.

0 commit comments

Comments
 (0)