Skip to content

Commit

Permalink
Bump version number to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Ward committed Sep 22, 2024
1 parent 3407b5e commit fc3df97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
/*
* numeric version number as reported in artnet and RDM Upper byte used for major version, lower byre used for minor version
*/
#define SOFTWARE_REVISION 0x0100
#define SOFTWARE_REVISION 0x0101

/*
* Textual version number used in HTTP interface and requestable over RDM
*/
#define SOFTWARE_VERSION_STRING "1.0.0"
#define SOFTWARE_VERSION_STRING "1.1.0"

0 comments on commit fc3df97

Please sign in to comment.