Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nirix committed Aug 4, 2022
1 parent 5e9b4bf commit d08a9b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/traq/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
*/

// Version
define("TRAQ_VER", "3.7.2"); // Pretty obvious...
define("TRAQ_VER", "3.7.3"); // Pretty obvious...

// Version code
// 1.2.3 -> 10203
// 1.3(.0) -> 10300
// 1.12.1 -> 11201
// 1.2.11 -> 10211
define("TRAQ_VER_CODE", 30702); // Used to check for new versions
define("TRAQ_VER_CODE", 30703); // Used to check for new versions
define("TRAQ_DB_VER", 30701); // Database version

// API version
Expand Down

0 comments on commit d08a9b5

Please sign in to comment.