main
cosmonaut 2023-12-15 10:38:14 -08:00
parent b01ef602a0
commit 074f2afc83
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ namespace WellspringCS
// Version
public const uint WELLSPRING_MAJOR_VERSION = 0;
public const uint WELLSPRING_MINOR_VERSION = 3;
public const uint WELLSPRING_MAJOR_VERSION = 1;
public const uint WELLSPRING_MINOR_VERSION = 0;
public const uint WELLSPRING_PATCH_VERSION = 0;
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]