From 4486c4454e0edfb74a21ec7330134628d1463b61 Mon Sep 17 00:00:00 2001 From: Dan Garner Date: Wed, 17 Feb 2021 14:15:16 +0000 Subject: [PATCH] Bump version. --- Logic/ApplicationSettings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Logic/ApplicationSettings.cs b/Logic/ApplicationSettings.cs index a5d978b7..93a800f3 100644 --- a/Logic/ApplicationSettings.cs +++ b/Logic/ApplicationSettings.cs @@ -48,9 +48,9 @@ public class ApplicationSettings /// private List ExcludedProperties; - public string ClientVersion { get; } = "2 R202"; + public string ClientVersion { get; } = "2 R203"; public string Version { get; } = "5"; - public int ClientCodeVersion { get; } = 202; + public int ClientCodeVersion { get; } = 203; private ApplicationSettings() {