1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-16 15:24:10 +02:00

Version bump 0.43.1

This commit is contained in:
Brian Fiete 2021-02-23 05:53:18 -08:00
parent 3f68473fe1
commit d50406b11a
3 changed files with 3 additions and 3 deletions

View file

@ -119,7 +119,7 @@ namespace IDE
public class IDEApp : BFApp
{
public static String sRTVersionStr = "042";
public const String cVersion = "0.42.9";
public const String cVersion = "0.43.1";
#if BF_PLATFORM_WINDOWS
public static readonly String sPlatform64Name = "Win64";