From 34585b911a54663ef7c0f1b56681e4c109f30434 Mon Sep 17 00:00:00 2001 From: Frank Galligan Date: Mon, 17 Apr 2017 11:19:03 -0700 Subject: [PATCH] Increase version to "0.10.1" This fixes #93 --- core/draco_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/draco_version.h b/core/draco_version.h index 492a074..fe8f866 100644 --- a/core/draco_version.h +++ b/core/draco_version.h @@ -18,7 +18,7 @@ namespace draco { // Draco version is comprised of ... -static const char kDracoVersion[] = "0.10.0"; +static const char kDracoVersion[] = "0.10.1"; const char *Version() { return kDracoVersion; }