Skip to content

Commit

Permalink
mark this 1.13.0.git
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Apr 11, 2024
1 parent 4afe2a6 commit 1dcebc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

using namespace std;

const char* kNinjaVersion = "1.12.0.git";
const char* kNinjaVersion = "1.13.0.git";

void ParseVersion(const string& version, int* major, int* minor) {
size_t end = version.find('.');
Expand Down

0 comments on commit 1dcebc6

Please sign in to comment.