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

Commit 02b129d

Browse files
committed
Version to 3.21
1 parent aaf8c29 commit 02b129d

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.20";
18+
public const string AppVersion = "3.21";
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.20-{branch}-{build}
5+
version: 3.21-{branch}-{build}
66

77
branches:
88
only:

0 commit comments

Comments
 (0)