summaryrefslogtreecommitdiff
path: root/doc/specs/idl.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/specs/idl.md')
-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 456b777d6..3cf0efd19 100644
--- a/doc/specs/idl.md
+++ b/doc/specs/idl.md
@@ -1,6 +1,6 @@
## Thrift interface description language
-For Thrift version 0.18.0.
+For Thrift version 0.18.1.
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.