Skip to content

Commit

Permalink
bugfix: update version constant to match latest release (#35)
Browse files Browse the repository at this point in the history
* bugfix: update version constant to match latest release

* Update main.go
  • Loading branch information
prb2 committed Apr 9, 2024
1 parent de3040a commit 603d284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/houqp/sqlvet/pkg/vet"
)

const version = "1.1.6"
const version = "1.1.8"

var (
gitCommit = "?"
Expand Down

0 comments on commit 603d284

Please sign in to comment.