summaryrefslogtreecommitdiff
path: root/lib/d/src/thrift/base.d
diff options
context:
space:
mode:
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.