Skip to content

Commit

Permalink
The dashboard's version has changed. Updated here accordingly.
Browse files Browse the repository at this point in the history
  • Loading branch information
koschke committed Dec 14, 2023
1 parent 8580f1e commit 11dd077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/SEE/Net/Dashboard/DashboardVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace SEE.Net.Dashboard
/// Latest supported version of the Axivion Dashboard.
/// Should be updated when new (supported and tested) versions come out.
/// </summary>
public static readonly DashboardVersion SupportedVersion = new(7, 6, 3, 12797);
public static readonly DashboardVersion SupportedVersion = new(7, 7, 1, 13682);

/// <summary>
/// Represents the difference of another version in comparison to this one.
Expand Down

0 comments on commit 11dd077

Please sign in to comment.