Skip to content

Commit

Permalink
Update version.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rlorigro authored Jul 8, 2024
1 parent 7009793 commit a2dfe8f
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 a2dfe8f

@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 balogna. View the full report here.

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

Please sign in to comment.