summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-01-20 21:02:02 +0100
committerJens Geyer <jensg@apache.org>2022-01-20 21:02:02 +0100
commit6868ebbb31cf32dbde018b03831d167565ba51d8 (patch)
treebb4538c411b8f91e73529979584d0b819b23c16d /doc
parent7a6829531f00f7e95f904d5794d632acee62ddf0 (diff)
downloadthrift-6868ebbb31cf32dbde018b03831d167565ba51d8.tar.gz
Release 0.16.0
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 019c7f65b..1c6a94a83 100644
--- a/doc/specs/idl.md
+++ b/doc/specs/idl.md
@@ -1,6 +1,6 @@
## Thrift interface description language
-For Thrift version 0.16.0.
+For Thrift version 0.17.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.