Skip to content

Commit

Permalink
v1.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinoAbate committed Feb 18, 2023
1 parent e9bcc95 commit 0445176
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 @@ -33,7 +33,7 @@ namespace PokemonRandomizer
public partial class MainWindow : Window, INotifyPropertyChanged
{
private const string versionPrefix = "v";
private const string versionNumber = "1.0-beta.6";
private const string versionNumber = "1.0-beta.7";
private const string baseVersion = versionPrefix + versionNumber;
#if !DEBUG
public const string version = baseVersion;
Expand Down

0 comments on commit 0445176

Please sign in to comment.