Skip to content

Commit ce00a5f

Browse files
committed
Updated version number
1 parent 3dfcaea commit ce00a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bloons Mod Manager/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace Bloons_Mod_Manager.Wpf
2222
/// </summary>
2323
public partial class MainWindow : Window
2424
{
25-
public const string versionNumber = "0.0.0";
25+
public const string versionNumber = "1.0.0";
2626
public static MainWindow instance;
2727

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

0 commit comments

Comments
 (0)