Skip to content

Commit

Permalink
Bump version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Jan 13, 2024
1 parent 5abd647 commit 6ef47bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.4.4] - 2024-01-13
### Changed
- Improved fallbacks in case building import fails in late stages
- Improved polygon flattening when buildings are adjacent
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

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

std::string CITY4CFD_VERSION = "0.4.3+dev";
std::string CITY4CFD_VERSION = "0.4.4";

void printWelcome() {
auto logo{
Expand Down

0 comments on commit 6ef47bb

Please sign in to comment.