Skip to content

Commit

Permalink
Update MaybeSnare version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukau committed Nov 30, 2022
1 parent 34187ff commit 2368d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MaybeSnare/source/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
#define MAJOR_VERSION_STR "0"
#define MAJOR_VERSION_INT 0

#define SUB_VERSION_STR "0"
#define SUB_VERSION_INT 0
#define SUB_VERSION_STR "1"
#define SUB_VERSION_INT 1

#define RELEASE_NUMBER_STR "0"
#define RELEASE_NUMBER_INT 0
Expand Down

0 comments on commit 2368d43

Please sign in to comment.