Skip to content

Commit

Permalink
We're reporting 130 now.
Browse files Browse the repository at this point in the history
  • Loading branch information
win32ss committed Oct 18, 2024
1 parent 837ff97 commit 4f487df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/version_info/version_info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace version_info {

int GetMajorVersionNumberAsInt() {
DCHECK(GetVersion().IsValid());
return 127;
return 130;
}

std::string GetMajorVersionNumber() {
Expand Down

0 comments on commit 4f487df

Please sign in to comment.