Skip to content

Commit

Permalink
Merge branch 'master' into release-gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthelemy authored Apr 18, 2024
2 parents ca748ce + f3484fd commit 7766e08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endif()

# Define project
project(Configuration
VERSION 2.7.0
VERSION 2.8.0
DESCRIPTION "O2 Configuration library"
LANGUAGES CXX
)
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,9 @@ conf->put<int>("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

0 comments on commit 7766e08

Please sign in to comment.