summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2019-10-19 22:08:13 +0200
committerJens Geyer <jensg@apache.org>2019-10-20 00:12:14 +0200
commit616df98f00a594f133466aa7f94930c1bf85b24a (patch)
tree71d80086665a13d2cf5d6aedbe6f600aea91e06c /doc
parent6701dbb8e89f6550c7843e9b75b118998df471c3 (diff)
downloadthrift-616df98f00a594f133466aa7f94930c1bf85b24a.tar.gz
fix veralign.sh and bump version (again)
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 9439bee4e..32763a6b6 100644
--- a/doc/specs/idl.md
+++ b/doc/specs/idl.md
@@ -1,6 +1,6 @@
## Thrift interface description language
-For Thrift version 0.13.0.
+For Thrift version 0.14.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.