Skip to content

Commit

Permalink
Update version string (#175)
Browse files Browse the repository at this point in the history
I gotta come up with a better way to do this

Signed-off-by: braydonk <braydonk@google.com>
  • Loading branch information
braydonk committed May 3, 2024
1 parent 791b96a commit e7c802f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/yamlfmt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/google/yamlfmt/internal/logger"
)

var version string = "0.11.0"
var version string = "0.12.0"

func main() {
if err := run(); err != nil {
Expand Down

0 comments on commit e7c802f

Please sign in to comment.