summaryrefslogtreecommitdiff
path: root/lib/lua
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 /lib/lua
parent7a6829531f00f7e95f904d5794d632acee62ddf0 (diff)
downloadthrift-6868ebbb31cf32dbde018b03831d167565ba51d8.tar.gz
Release 0.16.0
Diffstat (limited to 'lib/lua')
-rw-r--r--lib/lua/Thrift.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lua/Thrift.lua b/lib/lua/Thrift.lua
index 32c442bef..252cded44 100644
--- a/lib/lua/Thrift.lua
+++ b/lib/lua/Thrift.lua
@@ -48,7 +48,7 @@ function ttable_size(t)
return count
end
-version = '0.16.0'
+version = '0.17.0'
TType = {
STOP = 0,