From aeba107b31b8c624c3a3cdae9896e325e68d6147 Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 20 Mar 2022 17:54:33 +0900 Subject: [PATCH] bumped version from v1.9.1.0 to v1.9.2.0 --- WBM/WBM.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WBM/WBM.cs b/WBM/WBM.cs index 9ba65cf..1210f13 100644 --- a/WBM/WBM.cs +++ b/WBM/WBM.cs @@ -13,7 +13,7 @@ namespace WBM { public const string programID = "com.developomp.wbm"; public const string programName = "War Brokers Mods"; - public const string programVersion = "1.9.1.0"; + public const string programVersion = "1.9.2.0"; /// This function is called as soon as the component becomes active. /// It is the first event function that's called during the component's lifecycle.