Skip to content

Commit 603d284

Browse files
authored
bugfix: update version constant to match latest release (#35)
* bugfix: update version constant to match latest release * Update main.go
1 parent de3040a commit 603d284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/houqp/sqlvet/pkg/vet"
1616
)
1717

18-
const version = "1.1.6"
18+
const version = "1.1.8"
1919

2020
var (
2121
gitCommit = "?"

0 commit comments

Comments
 (0)