diff --git a/OGF tool/Forms/OgfEditor.cs b/OGF tool/Forms/OgfEditor.cs index 08ee3e3..ebe598a 100644 --- a/OGF tool/Forms/OgfEditor.cs +++ b/OGF tool/Forms/OgfEditor.cs @@ -27,7 +27,7 @@ public partial class OGF_Editor : Form public string[] game_materials = { }; public bool UseTexturesCache = false; - static public string PROGRAM_VERSION = "3.8"; + static public string PROGRAM_VERSION = "3.9"; // Input public bool bKeyIsDown = false;