Skip to content

Commit

Permalink
v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Jan 20, 2025
1 parent c2c5452 commit 1bb6612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bare/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "helper.h"

#define BARE_VERSION_MAJOR 1
#define BARE_VERSION_MINOR 14
#define BARE_VERSION_MINOR 15
#define BARE_VERSION_PATCH 0

#define BARE_VERSION BARE_STRING(BARE_VERSION_MAJOR) "." BARE_STRING(BARE_VERSION_MINOR) "." BARE_STRING(BARE_VERSION_PATCH)
Expand Down

0 comments on commit 1bb6612

Please sign in to comment.