Skip to content

Commit

Permalink
Updated Version definition to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Slep-wt committed Dec 26, 2019
1 parent f4b79ee commit fe698d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aex/Entry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class EntryPoint
internal static bool init = false;
internal static string sessionid = Utility.Session.CreateID();
internal static string[] modules = { "Discord Disabled", "MySql Disabled" };
internal static readonly string version = "1.0.00";
internal static readonly string version = "1.0.10";
#if A3COMPAT
#if is64
[DllExport("RVExtensionVersion", CallingConvention = CallingConvention.Winapi)]
Expand Down

0 comments on commit fe698d3

Please sign in to comment.