Increment version number

This commit is contained in:
Eric Fischer 2018-08-06 12:25:22 -07:00
parent 60629da37a
commit baab0cef55
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 1.31.0
* Upgrade Wagyu to version 0.4.3
## 1.30.6
* Take cluster distance into account when guessing a maxzoom

View File

@ -1,6 +1,6 @@
#ifndef VERSION_HPP
#define VERSION_HPP
#define VERSION "v1.30.6"
#define VERSION "v1.31.0"
#endif