Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
loriswit committed Feb 5, 2021
1 parent 73bf053 commit cd8254a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rlcm/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public partial class App

private void AppStartup(object sender, StartupEventArgs startupEventArgs)
{
Version.Number = 300;
Version.Name = "3.0.0";
Version.Number = 310;
Version.Name = "3.1.0";

var args = Environment.GetCommandLineArgs();
if (args.Contains("--updated") || args.Contains("-u"))
Expand Down

0 comments on commit cd8254a

Please sign in to comment.