From 95893c0566646434dd675b708d293fcb2d526d08 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 6 Apr 2021 23:00:33 -0700 Subject: [PATCH] Update README.md The previous change missed one version number due to the use of "whole word" string search. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d89bc6c2..9fb7b5019 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The library provides a C and C++ interface for all algorithms; you can use it fr meshoptimizer is hosted on GitHub; you can download the latest release using git: ``` -git clone -b v0.15 https://github.com/zeux/meshoptimizer.git +git clone -b v0.16 https://github.com/zeux/meshoptimizer.git ``` Alternatively you can [download the .zip archive from GitHub](https://github.com/zeux/meshoptimizer/archive/v0.15.zip).