We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfcaea commit ce00a5fCopy full SHA for ce00a5f
Bloons Mod Manager/MainWindow.xaml.cs
@@ -22,7 +22,7 @@ namespace Bloons_Mod_Manager.Wpf
22
/// </summary>
23
public partial class MainWindow : Window
24
{
25
- public const string versionNumber = "0.0.0";
+ public const string versionNumber = "1.0.0";
26
public static MainWindow instance;
27
28
public static void RunOnMainThread(Action action) => instance.Dispatcher.Invoke(action);
0 commit comments