Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Grossley committed Sep 18, 2021
1 parent a54f2d1 commit 09da977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UndertaleModTool/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public partial class MainWindow : Window, INotifyPropertyChanged, IScriptInterfa
private Task scriptSetupTask;

// Version info
public static string Edition = "pre3";
public static string Edition = "Release-01";
public static string Version = Assembly.GetExecutingAssembly().GetName().Version.ToString() + (Edition != "" ? "-" + Edition : "");

public MainWindow()
Expand Down

0 comments on commit 09da977

Please sign in to comment.