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"; } }