Skip to content

Commit

Permalink
bump version to 1.1.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
SadPencil committed Dec 4, 2021
1 parent 72ac60a commit d17d58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ra2CsfToolsGUI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public MainWindow()

this.DataContext = this;
}
public string Version { get; } = "v1.0.1-alpha";
public string Version { get; } = "v1.1.0-alpha";

public string TranslationNeededPlaceholder { get; } = "TODO_Translation_Needed";
public string TranslationDeleteNeededPlaceholder { get; } = "TODO_Translation_Delete_Needed";
Expand Down

0 comments on commit d17d58e

Please sign in to comment.