Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
Metadorius committed Oct 8, 2022
1 parent d15bf5d commit de88900
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Phobos.version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
#define VERSION_MAJOR 0

// Indicates major changes and significant additions, like new logics
#define VERSION_MINOR 2
#define VERSION_MINOR 3

// Indicates minor changes, like vanilla bugfixes, unhardcodings or hacks
#define VERSION_REVISION 2
#define VERSION_REVISION 0

// Indicates Phobos-related bugfixes only
#define VERSION_PATCH 2
#define VERSION_PATCH 0

#pragma endregion

// Build number. Incremented on each released build.
#define BUILD_NUMBER 30
#define BUILD_NUMBER 31

// Nightly defines GIT_COMMIT and GIT_BRANCH in GH Actions

Expand Down

0 comments on commit de88900

Please sign in to comment.