Skip to content

Commit

Permalink
v1.0-beta.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinoAbate committed Jan 28, 2023
1 parent d75d9d1 commit 4adc3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PokemonRandomizer/PokemonRandomizer/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace PokemonRandomizer
/// </summary>
public partial class MainWindow : Window, INotifyPropertyChanged
{
public const string version = "v1.0-beta.6.1";
public const string version = "v1.0-beta.6.2";
#region XAML Properties for bindings
private bool _isROMLoaded;
public bool IsROMLoaded
Expand Down

0 comments on commit 4adc3c2

Please sign in to comment.