Skip to content

Commit

Permalink
Merge branch 'develop' into feat/building-output
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Feb 6, 2025
2 parents b42b568 + 2df9980 commit d255fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog
## [0.6.1] - 2025-02-05
## [0.6.1] - 2025-02-06
### Fixed
- Docker image hotfix
- CGAL version update in CMakeLists

## [0.6.0] - 2025-01-03
### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include <boost/algorithm/string/predicate.hpp>

std::string CITY4CFD_VERSION = "0.6.0+dev";
std::string CITY4CFD_VERSION = "0.6.1+dev";

void printWelcome() {
auto logo{
Expand Down

0 comments on commit d255fc0

Please sign in to comment.