From 00969a1e929840c8086ae647269ab42e8b856736 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 2 Feb 2022 22:23:43 +0200 Subject: [PATCH] waver : bump version to v1.4.4 --- 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 0589317..0a4c858 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.1"); + ImGui::Text("Waver v1.4.4"); ImGui::Separator(); ImGui::Text("%s", "");