Skip to content

Commit

Permalink
Remove outdated version reference so example is always for latest (#1851
Browse files Browse the repository at this point in the history
)

* Also update version reference to next

* Update getting-started.md
  • Loading branch information
StevenACoffman authored Jan 25, 2022
1 parent 0ab6361 commit 57a148f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ go mod tidy

If you want to specify a particular version of gqlgen, you can use `go get`. For example
```shell
go get -d github.com/99designs/gqlgen@v0.14.0
go get -d github.com/99designs/gqlgen
```

## Building the server
Expand Down

0 comments on commit 57a148f

Please sign in to comment.