Skip to content

Commit

Permalink
yajsv: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neilpa committed Mar 22, 2020
1 parent adcf284 commit 4ab3c31
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 @@ -21,7 +21,7 @@ import (
)

var (
version = "undefined"
version = "v1.3.0-dev"
schemaFlag = flag.String("s", "", "primary JSON schema to validate against, required")
quietFlag = flag.Bool("q", false, "quiet, only print validation failures and errors")
versionFlag = flag.Bool("v", false, "print version and exit")
Expand Down

0 comments on commit 4ab3c31

Please sign in to comment.