Skip to content

Commit 8ff9258

Browse files
authored
Bump version constant for new release (#190)
1 parent f3039cf commit 8ff9258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analyzer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"golang.org/x/tools/go/analysis"
1313
)
1414

15-
const version = "wsl version v5.1.0"
15+
const version = "wsl version v5.1.1"
1616

1717
func NewAnalyzer(config *Configuration) *analysis.Analyzer {
1818
wa := &wslAnalyzer{config: config}

0 commit comments

Comments
 (0)