You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That the command should print "v0.15.1-dev" or something like that. Some version string including 0.15.1 and not 0.14.0.
Minimal graphql.schema and models to reproduce
No schema required.
versions
gqlgen version? Well, if I'm running the command it outputs v0.14.0-dev, but I'm actually running the latest version, i.e. v0.15.1. I mean, the whole bug is about that this is wrong.
go version? go version go1.16.13 linux/amd64
dep or go modules? modules
The text was updated successfully, but these errors were encountered:
What happened?
I ran gqlgen version and it printed "v0.14.0-dev"
What did you expect?
That the command should print "v0.15.1-dev" or something like that. Some version string including 0.15.1 and not 0.14.0.
Minimal graphql.schema and models to reproduce
No schema required.
versions
gqlgen version
? Well, if I'm running the command it outputs v0.14.0-dev, but I'm actually running the latest version, i.e. v0.15.1. I mean, the whole bug is about that this is wrong.go version
? go version go1.16.13 linux/amd64The text was updated successfully, but these errors were encountered: