Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 17d927a

Browse files
committed
Version update to 3.9.2
1 parent 33a1393 commit 17d927a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

XOutput/UpdateChecker/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static class Version
1515
/// <summary>
1616
/// Current application version.
1717
/// </summary>
18-
public const string AppVersion = "3.9.1";
18+
public const string AppVersion = "3.9.2";
1919

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

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# general configuration #
33
#---------------------------------#
44

5-
version: 3.9.1-{branch}-{build}
5+
version: 3.9.2-{branch}-{build}
66

77
branches:
88
only:

0 commit comments

Comments
 (0)