Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into slow-surject-prune
Browse files Browse the repository at this point in the history
  • Loading branch information
jeizenga committed Jul 11, 2024
2 parents dc7b919 + ed2737d commit 19dbd0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ const unordered_map<string, string> Version::codenames = {
{"v1.55.0", "Bernolda"},
{"v1.56.0", "Collalto"},
{"v1.57.0", "Franchini"},
{"v1.58.0", "Cartari"}
{"v1.58.0", "Cartari"},
{"v1.69.0", "Bologna"} // Reserved
// Add more codenames here
};

Expand Down

1 comment on commit 19dbd0b

@adamnovak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch slow-surject-prune. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 17651 seconds

Please sign in to comment.