From 3b71fffea5c47c70e97b8df9ac0efe72f8479cea Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Mon, 22 Nov 2021 10:37:06 +0000 Subject: [PATCH] Update Constants.cs --- Constants.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Constants.cs b/Constants.cs index b557985..351be03 100644 --- a/Constants.cs +++ b/Constants.cs @@ -8,7 +8,7 @@ namespace Garry.Control4.Jailbreak { public static class Constants { - public const int Version = 4; + public const int Version = 5; /// /// The cert for composer needs to be named cacert-*.pem @@ -44,6 +44,6 @@ public static class Constants /// /// What version of Director/Composer we're aiming at /// - public const string TargetDirectorVersion = @"3.2.1"; + public const string TargetDirectorVersion = @"3.2.3"; } }