Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Legulysse committed Jun 11, 2023
1 parent 563d559 commit 663e312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dev/DialogueEditorDLL/Sources/EditorVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace DialogueEditor
static public class EditorVersion
{
public const int Major = 1;
public const int Minor = 2;
public const int Minor = 3;
public const int Patch = 0;

static public string GetVersion()
Expand Down

0 comments on commit 663e312

Please sign in to comment.