From 79477755fa6e32699365cac4e0bf8e9589b19e4f Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 2 Feb 2022 22:35:15 +0200 Subject: [PATCH] waver : bump to v1.4.5 --- examples/waver/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/waver/common.cpp b/examples/waver/common.cpp index 47f68a8..151dfae 100644 --- a/examples/waver/common.cpp +++ b/examples/waver/common.cpp @@ -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", "");