Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Nov 26, 2024
1 parent 1fe9a85 commit 4bdb6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/FikaPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace Fika.Core
[BepInDependency("com.SPT.debugging", BepInDependency.DependencyFlags.HardDependency)] // This is used so that we guarantee to load after spt-debugging, that way we can disable its patches
public class FikaPlugin : BaseUnityPlugin
{
public const string FikaVersion = "1.0.0";
public const string FikaVersion = "1.0.1";
public static FikaPlugin Instance;
public static InternalBundleLoader BundleLoaderPlugin { get; private set; }
public static string EFTVersionMajor { get; internal set; }
Expand Down

0 comments on commit 4bdb6ff

Please sign in to comment.