Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garrynewman committed Dec 12, 2020
1 parent 0c622f8 commit 56ce6c6
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 = 3;
public const int Version = 4;

/// <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.1.3";
public const string TargetDirectorVersion = @"3.2.1";
}
}

0 comments on commit 56ce6c6

Please sign in to comment.