Skip to content

Commit

Permalink
Version update 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
csutorasa committed Apr 23, 2018
1 parent 938c5d0 commit 95be0c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion XOutput/UpdateChecker/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static class Version
/// <summary>
/// Current application version.
/// </summary>
public const string AppVersion = "3.7.1";
public const string AppVersion = "3.8";

private static readonly ILogger logger = LoggerFactory.GetLogger(typeof(Version));

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# general configuration #
#---------------------------------#

version: 3.7.1-{branch}-{build}
version: 3.8-{branch}-{build}

branches:
only:
Expand Down

0 comments on commit 95be0c0

Please sign in to comment.