Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen authored Jul 22, 2022
1 parent 2a8ac25 commit 50b87ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "io.h"
#include "Map3d.h"

std::string CITY4CFD_VERSION = "0.1.0-dev";
std::string CITY4CFD_VERSION = "0.1.0";

void printWelcome() {
auto logo{
Expand Down Expand Up @@ -147,4 +147,4 @@ int main(int argc, char** argv) {
std::cout << "End" << std::endl;
return EXIT_FAILURE;
}
}
}

0 comments on commit 50b87ec

Please sign in to comment.