Skip to content

Commit

Permalink
v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Jan 9, 2025
1 parent 569d093 commit 76ca5ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/bare/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include "helper.h"

#define BARE_VERSION_MAJOR 1
#define BARE_VERSION_MINOR 12
#define BARE_VERSION_PATCH 3
#define BARE_VERSION_MINOR 13
#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 76ca5ca

Please sign in to comment.