Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylorr82 committed Oct 25, 2022
1 parent 7b8af03 commit 48f5d02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#include <stdint.h>

#define VERSION "0.9.0"
#define VERSION_MAJOR 0
#define VERSION_MINOR 9
#define VERSION "1.0.0-rc1"
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 0

#endif // VERSION_H

0 comments on commit 48f5d02

Please sign in to comment.