summaryrefslogtreecommitdiff
path: root/lib/d
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 /lib/d
parent22f6a8a3c879175e18ce95f88a393f34ff8f158c (diff)
downloadthrift-c75646a359e4bb38ff11e4b7255a3ad49ab3319c.tar.gz
version bump
Diffstat (limited to 'lib/d')
-rw-r--r--lib/d/src/thrift/base.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/d/src/thrift/base.d b/lib/d/src/thrift/base.d
index 56a4f6048..ce706be17 100644
--- a/lib/d/src/thrift/base.d
+++ b/lib/d/src/thrift/base.d
@@ -50,7 +50,7 @@ class TCompoundOperationException : TException {
/// The Thrift version string, used for informative purposes.
// Note: This is currently hardcoded, but will likely be filled in by the build
// system in future versions.
-enum VERSION = "0.17.0";
+enum VERSION = "0.18.0";
/**
* Functions used for logging inside Thrift.