Skip to content

Commit 1017a24

Browse files
committed
update version number
1 parent d968e4b commit 1017a24

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endif()
2020
# ═══════════════════════════════════════════════════════════════════════════════
2121

2222
project(HydroChrono
23-
VERSION 0.3
23+
VERSION 0.3.1
2424
DESCRIPTION "Hydrodynamics for Project Chrono."
2525
LANGUAGES CXX
2626
)

src/utils/logging.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ void CLILogger::ShowBanner() {
303303
Log(LogLevel::Success, "│ │", LogColor::BrightCyan);
304304
Log(LogLevel::Success, "│ Hydrodynamics for Project Chrono │", LogColor::White);
305305
Log(LogLevel::Success, "│ │", LogColor::BrightCyan);
306-
Log(LogLevel::Success, "│ Version : 0.3.0", LogColor::Gray);
306+
Log(LogLevel::Success, "│ Version : 0.3.1", LogColor::Gray);
307307
Log(LogLevel::Success, "│ Status : Prototype │", LogColor::Gray);
308308
Log(LogLevel::Success, "│ Author : SEA-Stack Development Team │", LogColor::Gray);
309309
Log(LogLevel::Success, "│ Lead Developer : David Ogden │", LogColor::Gray);

0 commit comments

Comments
 (0)