Skip to content

Commit

Permalink
set version 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mununki committed Dec 14, 2023
1 parent 09d6d8b commit b8ecfc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v0.2.12

- Fix where the undefined operation type is generated https://github.com/mununki/gqlmerge/pull/47

## v0.2.11

- Fixed mis-used rune `[` instead of tokLBracket https://github.com/mununki/gqlmerge/pull/41
Expand Down
2 changes: 1 addition & 1 deletion command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (c *Command) Check() error {
NotEnoughArgs: "❌ Not enough arguments",
OutputFileNeeded: "❌ Output file argument is needed",
WrongOption: "❌ Wrong options",
Version: "v0.2.11",
Version: "v0.2.12",
}

help := flag.Bool("h", false, "show the help")
Expand Down

0 comments on commit b8ecfc4

Please sign in to comment.