Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdennis9 committed Mar 7, 2024
1 parent dc88e4a commit 7ee67c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <limits.h>
#include <stdio.h>

#define VERSION_STRING "1.0.0"
#define VERSION_STRING "1.0.1"
#define ARRAY_LENGTH(array) (sizeof(array) / sizeof((array)[0]))
#define MIN(a, b) ((a) < (b) ? (a) : (b))
#define MAX(a, b) ((a) > (b) ? (a) : (b))
Expand Down

0 comments on commit 7ee67c8

Please sign in to comment.