summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-08-30 22:54:32 +0200
committerJens Geyer <jensg@apache.org>2022-08-30 23:55:34 +0200
commitc75646a359e4bb38ff11e4b7255a3ad49ab3319c (patch)
tree754e37fc0f25d7e96b0d809b83f7e2eb05941445 /compiler
parent22f6a8a3c879175e18ce95f88a393f34ff8f158c (diff)
downloadthrift-c75646a359e4bb38ff11e4b7255a3ad49ab3319c.tar.gz
version bump
Diffstat (limited to 'compiler')
-rw-r--r--compiler/cpp/src/thrift/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cpp/src/thrift/version.h b/compiler/cpp/src/thrift/version.h
index 2a4b92570..0905b3407 100644
--- a/compiler/cpp/src/thrift/version.h
+++ b/compiler/cpp/src/thrift/version.h
@@ -24,6 +24,6 @@
#pragma once
#endif // _MSC_VER
-#define THRIFT_VERSION "0.17.0"
+#define THRIFT_VERSION "0.18.0"
#endif // _THRIFT_VERSION_H_