Skip to content

Commit

Permalink
Increment the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
vahancho committed Jan 10, 2023
1 parent cec6405 commit 9bed987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(CMAKE_CXX_STANDARD 11)
option(ENABLE_TESTING "Enable unit test build" OFF)

project(polylineencoder
VERSION 2.0.0
VERSION 2.0.1
DESCRIPTION "A header-only c++ library that provides implementation of Google Encoded Polyline Algorithm Format."
HOMEPAGE_URL "https://github.com/vahancho/polylineencoder")

Expand Down

0 comments on commit 9bed987

Please sign in to comment.