diff --git a/CMakeLists.txt b/CMakeLists.txt index a01eb3e..fc8218d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ endif() # Define project project(Configuration - VERSION 2.7.0 + VERSION 2.8.0 DESCRIPTION "O2 Configuration library" LANGUAGES CXX ) diff --git a/README.md b/README.md index 818e2e7..7921a9b 100644 --- a/README.md +++ b/README.md @@ -113,3 +113,9 @@ conf->put("my_dir.my_key", 123); ## Consul server setup See [detailed instructions](doc/Consul.md). + +## Release +1. Update the version number in the CMakeLists.txt +2. Commit, push +3. New Release in github +3. Update version in alidist \ No newline at end of file