Skip to content

Commit

Permalink
fix out of step version number (#23)
Browse files Browse the repository at this point in the history
* fix out of step version number

* cutting a bugfix release to fix versioning
  • Loading branch information
samiam2013 authored Jan 18, 2023
1 parent 4d4eb41 commit 5d21782
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.1"
const version = "1.1.6"

var (
gitCommit = "?"
Expand Down

0 comments on commit 5d21782

Please sign in to comment.