Skip to content

Commit

Permalink
set version 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mununki committed Oct 4, 2023
1 parent 1db0be1 commit 7158d2a
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.10

- Fixed build error when the argument name has `input` https://github.com/mununki/gqlmerge/pull/39

## v0.2.9

- New parser implementation https://github.com/mununki/gqlmerge/pull/35
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.9",
Version: "v0.2.10",
}

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

0 comments on commit 7158d2a

Please sign in to comment.