Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
loreucci committed Oct 25, 2021
1 parent 5e99d23 commit 6fb596b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.11...3.18)

project(cpphots VERSION 0.5.0
project(cpphots VERSION 0.6.0
LANGUAGES CXX)

# C++ version
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def configureDoxyfile(input_dir, output_dir):
author = 'Lorenzo Vannucci'

# project version
release = '0.5.0'
release = '0.6.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 6fb596b

Please sign in to comment.