From e4b9e97b9f65c3237b8e52ae022761ebc637f0cb Mon Sep 17 00:00:00 2001 From: Ash Logan Date: Tue, 25 Apr 2023 09:20:28 +1000 Subject: [PATCH] main: Update version number --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 17105ee..bb0bf83 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,7 +48,7 @@ **/ WUPS_PLUGIN_NAME("Inkay"); WUPS_PLUGIN_DESCRIPTION("Pretendo Network Patcher"); -WUPS_PLUGIN_VERSION("v2.1"); +WUPS_PLUGIN_VERSION("v2.2"); WUPS_PLUGIN_AUTHOR("Pretendo contributors"); WUPS_PLUGIN_LICENSE("ISC");