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 57aec1818..6e1b5587a 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.9.0 dev";
+enum VERSION = "0.9.3";
/**
* Functions used for logging inside Thrift.