Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbzdarkid committed Aug 26, 2023
1 parent 406ee20 commit 52d0a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Version.h
Expand Up @@ -5,7 +5,7 @@

#define MAJOR 1
#define MINOR 8
#define PATCH 5
#define PATCH 6

#define VERSION_STR TO_STRING(MAJOR) L"." TO_STRING(MINOR) L"." TO_STRING(PATCH)
#define VERSION MAJOR, MINOR, PATCH
Expand Down

0 comments on commit 52d0a37

Please sign in to comment.