Skip to content

Commit

Permalink
Version update to 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
csutorasa committed May 6, 2018
1 parent 33a1393 commit 17d927a
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.9.1";
public const string AppVersion = "3.9.2";

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.9.1-{branch}-{build}
version: 3.9.2-{branch}-{build}

branches:
only:
Expand Down

0 comments on commit 17d927a

Please sign in to comment.