Skip to content

Commit

Permalink
Version must always be higher then last release
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jan 19, 2024
1 parent d97e057 commit e74ae5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xLights/xLightsVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#if __has_include("xlights_build_version.h")
#include "xlights_build_version.h"
#else
static const wxString xlights_version_string = "2024.01";
static const wxString xlights_version_string = "2024.01.1";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit e74ae5e

Please sign in to comment.