summaryrefslogtreecommitdiff
path: root/lib/d/src/thrift/base.d
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2023-02-15 22:12:19 +0100
committerJens Geyer <jensg@apache.org>2023-02-15 22:20:10 +0100
commit423ab3997d3c3879d95fcd00e816f226b0f396d4 (patch)
tree64030a04071d110cfa194fcdc1891f258c26e377 /lib/d/src/thrift/base.d
parentc30ee69ef671a9fd4b86f19b38e0b10964c0d4bc (diff)
downloadthrift-423ab3997d3c3879d95fcd00e816f226b0f396d4.tar.gz
bump version
Diffstat (limited to 'lib/d/src/thrift/base.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 ce706be17..980db9dd0 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.18.0";
+enum VERSION = "0.18.1";
/**
* Functions used for logging inside Thrift.