Skip to content

Commit 2f3bd59

Browse files
authored
Fix typo with gel.toml server-version (#9103)
1 parent b432a4b commit 2f3bd59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/intro/quickstart/setup/fastapi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Setting up your environment
6969
:caption: gel.toml
7070

7171
[instance]
72-
server-version = 6.1
72+
server-version = "6.11"
7373

7474
[hooks]
7575
schema.update.after = "uvx gel-py"

docs/intro/quickstart/setup/nextjs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Setting up your environment
6969
:caption: gel.toml
7070

7171
[instance]
72-
server-version = 6.1
72+
server-version = "6.11"
7373

7474
[hooks]
7575
schema.update.after = "npx @gel/generate edgeql-js"

0 commit comments

Comments
 (0)