Skip to content

Commit

Permalink
Merge pull request #4373 from vgteam/codename
Browse files Browse the repository at this point in the history
Add next codename
  • Loading branch information
adamnovak authored Aug 12, 2024
2 parents 10d0f96 + d956eca commit e6f0326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ const unordered_map<string, string> Version::codenames = {
{"v1.56.0", "Collalto"},
{"v1.57.0", "Franchini"},
{"v1.58.0", "Cartari"},
{"v1.59.0", "Casatico"},
{"v1.69.0", "Bologna"} // Reserved
// Add more codenames here
};
Expand Down

1 comment on commit e6f0326

@adamnovak
Copy link
Member Author

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 v1.59.0. View the full report here.

1 tests passed, 0 tests failed and 0 tests skipped in 1586 seconds

Please sign in to comment.