From 7f795ce3002cf425edd1ddb4a3695233385d5f3c Mon Sep 17 00:00:00 2001 From: Lisheng Guan Date: Sat, 30 Nov 2024 18:21:20 +0800 Subject: [PATCH] v0.3.9 --- src/wxsqliteplusapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wxsqliteplusapp.cpp b/src/wxsqliteplusapp.cpp index 8cd12a7..9d9580f 100644 --- a/src/wxsqliteplusapp.cpp +++ b/src/wxsqliteplusapp.cpp @@ -1329,7 +1329,7 @@ wxString wxSQLitePlusApp::GetFileDescription() const /*---------------------------------------------------------------------------*/ wxString wxSQLitePlusApp::GetFileVersion() const { - return "0.3.8"; + return "0.3.9"; } /*---------------------------------------------------------------------------*/ wxString wxSQLitePlusApp::GetInternalName() const