diff --git a/CMakeLists.txt b/CMakeLists.txt index 30c6036..19de1b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Basic project setup cmake_minimum_required(VERSION 3.12.4) project(cpp-statsd-client - VERSION 1.0.2 + VERSION 2.0.1 LANGUAGES CXX DESCRIPTION "A header-only StatsD client implemented in C++" HOMEPAGE_URL "https://github.com/vthiery/cpp-statsd-client")