From 41ed55f1b7370aff22fd625d5039613fb4c13ef1 Mon Sep 17 00:00:00 2001 From: EpicUsername12 <39063367+EpicUsername12@users.noreply.github.com> Date: Tue, 13 Jun 2023 06:47:30 +0200 Subject: [PATCH] Update version to 2.3 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8d4a788..748e1bf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -47,7 +47,7 @@ **/ WUPS_PLUGIN_NAME("Inkay"); WUPS_PLUGIN_DESCRIPTION("Pretendo Network Patcher"); -WUPS_PLUGIN_VERSION("v2.2"); +WUPS_PLUGIN_VERSION("v2.3"); WUPS_PLUGIN_AUTHOR("Pretendo contributors"); WUPS_PLUGIN_LICENSE("ISC");