Skip to content

Commit

Permalink
v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pixtur committed Nov 14, 2023
1 parent 1e1ac58 commit 18f9043
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Editor/Gui/Graph/Dialogs/AddInputDialog.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
using System;
using System.Linq;
using ImGuiNET;
using T3.Core.Operator;
using T3.Editor.Gui.Graph.Helpers;
using T3.Editor.Gui.Graph.Modification;
using T3.Editor.Gui.InputUi.VectorInputs;
using T3.Editor.Gui.Styling;
using T3.Editor.Gui.UiHelpers;
using T3.Operators.Types.Id_dab61a12_9996_401e_9aa6_328dd6292beb;
Expand Down
2 changes: 1 addition & 1 deletion Editor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static class Program
public static Device Device { get; private set; }

public static readonly bool IsStandAlone = File.Exists("StartT3.exe");
public const string Version = "3.8";
public const string Version = "3.8.1";

/// <summary>
/// Generate a release string with
Expand Down

0 comments on commit 18f9043

Please sign in to comment.