Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gurrenm3 committed Mar 7, 2023
1 parent 3dfcaea commit ce00a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bloons Mod Manager/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Bloons_Mod_Manager.Wpf
/// </summary>
public partial class MainWindow : Window
{
public const string versionNumber = "0.0.0";
public const string versionNumber = "1.0.0";
public static MainWindow instance;

public static void RunOnMainThread(Action action) => instance.Dispatcher.Invoke(action);
Expand Down

0 comments on commit ce00a5f

Please sign in to comment.