Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
AKMaily committed Sep 20, 2024
1 parent e26a5c0 commit f6d28ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ void set_side_menu(const nlohmann::json &config, bool &open_settings,
}
ImGui::SetCursorPosY(windowSize.y * 0.9f);
ImGui::Text(fmt::format("{}: {}", appLanguage[Key::Version],
CMakeGitVersion::VersionWithGit)
"1.0.1")
.c_str());
}

Expand Down

0 comments on commit f6d28ab

Please sign in to comment.