Skip to content

Commit 341a1b1

Browse files
committed
Version 2020.2.1 (v0.1.1)
1 parent c560d3b commit 341a1b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lintcmd/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"runtime"
88
)
99

10-
const Version = "2020.2"
11-
const MachineVersion = "v0.1.0"
10+
const Version = "2020.2.1"
11+
const MachineVersion = "v0.1.1"
1212

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

0 commit comments

Comments
 (0)