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; }