Skip to content

Commit

Permalink
Updated version string to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyTheFox committed Nov 12, 2022
1 parent 0c9ade5 commit bd66215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHColourEditor/ColorEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ namespace CHColourEditor
public sealed partial class ColorEditor : Form
{
#if DEBUG
private const string CURRENT_VERSION_STRING = "1.3 DEVELOPMENT BUILD";
private const string CURRENT_VERSION_STRING = "1.4 DEVELOPMENT BUILD";
#else
private const string CURRENT_VERSION_STRING = "1.3";
private const string CURRENT_VERSION_STRING = "1.4";
#endif

private const string TITLE_STRING = "CH Color Editor v" + CURRENT_VERSION_STRING;
Expand Down

0 comments on commit bd66215

Please sign in to comment.