Skip to content

Commit

Permalink
waver : bump to v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Feb 2, 2022
1 parent 6b05335 commit 7947775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/waver/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ void renderMain() {

if (windowId == WindowId::Settings) {
ImGui::BeginChild("Settings:main", ImGui::GetContentRegionAvail(), true, ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoScrollWithMouse);
ImGui::Text("Waver v1.4.4");
ImGui::Text("Waver v1.4.5");
ImGui::Separator();

ImGui::Text("%s", "");
Expand Down

0 comments on commit 7947775

Please sign in to comment.