summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-08-30 22:54:32 +0200
committerJens Geyer <jensg@apache.org>2022-08-30 23:55:34 +0200
commitc75646a359e4bb38ff11e4b7255a3ad49ab3319c (patch)
tree754e37fc0f25d7e96b0d809b83f7e2eb05941445 /doc
parent22f6a8a3c879175e18ce95f88a393f34ff8f158c (diff)
downloadthrift-c75646a359e4bb38ff11e4b7255a3ad49ab3319c.tar.gz
version bump
Diffstat (limited to 'doc')
-rw-r--r--doc/specs/idl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/specs/idl.md b/doc/specs/idl.md
index 7ae1af83d..9798ab6a7 100644
--- a/doc/specs/idl.md
+++ b/doc/specs/idl.md
@@ -1,6 +1,6 @@
## Thrift interface description language
-For Thrift version 0.17.0.
+For Thrift version 0.18.0.
The Thrift interface definition language (IDL) allows for the definition of [Thrift Types](/docs/types). A Thrift IDL file is processed by the Thrift code generator to produce code for the various target languages to support the defined structs and services in the IDL file.