Skip to content

Commit 5d21782

Browse files
authored
fix out of step version number (#23)
* fix out of step version number * cutting a bugfix release to fix versioning
1 parent 4d4eb41 commit 5d21782

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.1"
18+
const version = "1.1.6"
1919

2020
var (
2121
gitCommit = "?"

0 commit comments

Comments
 (0)