summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-08-03 22:21:05 +0200
committerJens Geyer <jensg@apache.org>2021-08-03 22:21:05 +0200
commitf7e6c654bde5d9832bede2b48b460c3e1bbbbb92 (patch)
tree0ea81a3df907866d7b24fde50ca9c439962f8b7d /doc
parent2c78047fcbd2783e88cab0ebc7245598695477ae (diff)
downloadthrift-f7e6c654bde5d9832bede2b48b460c3e1bbbbb92.tar.gz
bump version number
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 adcbb711f..019c7f65b 100644
--- a/doc/specs/idl.md
+++ b/doc/specs/idl.md
@@ -1,6 +1,6 @@
## Thrift interface description language
-For Thrift version 0.15.0.
+For Thrift version 0.16.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.