bumped version from v1.9.1.0 to v1.9.2.0

This commit is contained in:
Kim, Jimin 2022-03-20 17:54:33 +09:00
parent 33571dc3ef
commit aeba107b31

View file

@ -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.