Skip to content

Commit

Permalink
Merge pull request #4334 from rlorigro/master
Browse files Browse the repository at this point in the history
Update version.cpp
  • Loading branch information
jeizenga authored Jul 10, 2024
2 parents 4352452 + a2dfe8f commit ed2737d
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 ed2737d

@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 merge to master. View the full report here.

15 tests passed, 0 tests failed and 0 tests skipped in 15038 seconds

Please sign in to comment.