From 3a91f8962a867c1c1b9b89dff12a78b2ef4b6f34 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 3 Jan 2021 09:50:13 +0200 Subject: [PATCH] ggwave-gui : update version string to v1.3.1 --- examples/ggwave-gui/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ggwave-gui/common.cpp b/examples/ggwave-gui/common.cpp index 4a6bf5e..7740d98 100644 --- a/examples/ggwave-gui/common.cpp +++ b/examples/ggwave-gui/common.cpp @@ -768,7 +768,7 @@ void renderMain() { ImGui::BeginChild("Settings:main", ImGui::GetContentRegionAvail(), true); ImGui::Text("%s", ""); ImGui::Text("%s", ""); - ImGui::Text("Waver v1.3.0"); + ImGui::Text("Waver v1.3.1"); ImGui::Separator(); ImGui::Text("%s", "");