Skip to content

Commit

Permalink
Update Constants.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
garrynewman committed Nov 22, 2021
1 parent 109cfe0 commit 3b71fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Garry.Control4.Jailbreak
{
public static class Constants
{
public const int Version = 4;
public const int Version = 5;

/// <summary>
/// The cert for composer needs to be named cacert-*.pem
Expand Down Expand Up @@ -44,6 +44,6 @@ public static class Constants
/// <summary>
/// What version of Director/Composer we're aiming at
/// </summary>
public const string TargetDirectorVersion = @"3.2.1";
public const string TargetDirectorVersion = @"3.2.3";
}
}

1 comment on commit 3b71fff

@god
Copy link

@god god commented on 3b71fff Nov 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.