Skip to content

Commit

Permalink
Version update to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csutorasa committed Apr 5, 2018
1 parent be0bd51 commit 0d5b076
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";
public const string AppVersion = "3.6.1";

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-{branch}-{build}
version: 3.6.1-{branch}-{build}

branches:
only:
Expand Down

0 comments on commit 0d5b076

Please sign in to comment.