Skip to content

Commit

Permalink
Bumped version (and recompiled to use newer FAES)
Browse files Browse the repository at this point in the history
  • Loading branch information
mullak99 committed Sep 3, 2020
1 parent 0f14bbe commit 9ca3562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FileAES-CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Program

private const bool _isDevBuild = true;
private const bool _isBetaBuild = false;
private const string _devBuildTag = "BETA_3";
private const string _devBuildTag = "BETA_4";

static void Main(string[] args)
{
Expand Down

0 comments on commit 9ca3562

Please sign in to comment.