Skip to content

Commit

Permalink
version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feliixx committed Apr 14, 2024
1 parent c877469 commit bcae332
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 @@ -14,7 +14,7 @@ import (
// Use this to set version to last known tag:
//
// go build -ldflags "-X main.Version=$(git describe --tags $(git rev-list --tags --max-count=1))"
var Version string = "v0.11.2"
var Version string = "v0.12.0"

func main() {
var options datagen.Options
Expand Down

0 comments on commit bcae332

Please sign in to comment.