Skip to content

Commit

Permalink
bump version to major release
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasbaur committed Nov 28, 2024
1 parent b53ef3d commit 302144c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controls/MainHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public partial class MainHandler
{

//Config
public static string BuildVersion = "1.2.9.9";
public static string BuildVersion = "1.3.0.0";
public static MEDIABACKEND MediaBackend = (Properties.Settings.Default.MediaBackend == "Hardware") ? MEDIABACKEND.MEDIAKIT : MEDIABACKEND.MEDIA;
public static bool ENABLE_PYTHON = Properties.Settings.Default.EnablePython;
public static bool ENABLE_LIGHTNING = Properties.Settings.Default.EnableLightning;
Expand Down
Binary file modified bin/nova.exe
Binary file not shown.

0 comments on commit 302144c

Please sign in to comment.