1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Version bump to 0.43.4

This commit is contained in:
Brian Fiete 2022-06-20 07:41:14 -07:00
parent 48571d374f
commit 5dcb584242
3 changed files with 9 additions and 11 deletions

View file

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