Bump version number

This commit is contained in:
Eric Fischer 2018-06-19 14:15:27 -07:00
parent 262fbf26f0
commit c2bb35e6ff
2 changed files with 5 additions and 1 deletions

@ -1,3 +1,7 @@
## 1.30.0
* Add a filter extension to allow filtering individual attributes
## 1.29.3
* Include a generator field in tileset metadata with the Tippecanoe version

@ -1,6 +1,6 @@
#ifndef VERSION_HPP
#define VERSION_HPP
#define VERSION "v1.29.3"
#define VERSION "v1.30.0"
#endif