Skip to content

Commit

Permalink
Update version to 0.11.00-dev-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrsuder committed Feb 20, 2020
1 parent d6ea7d7 commit 803a41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace ImageEnhancingUtility.Winforms
{
public partial class MainForm : Form, IViewFor<IEU>
{
public readonly string AppVersion = "0.10.04";
public readonly string AppVersion = "0.11.00-dev-beta.3";
public readonly string GitHubRepoName = "IEU.Winforms";

public IEU ViewModel { get; set; }
Expand Down

0 comments on commit 803a41b

Please sign in to comment.