Skip to content

Commit

Permalink
Merge pull request #4265 from vgteam/codenames-1
Browse files Browse the repository at this point in the history
Add codenames
  • Loading branch information
adamnovak authored Apr 8, 2024
2 parents 15bc264 + 0fc2d92 commit 963d8d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ const unordered_map<string, string> Version::codenames = {
{"v1.52.0", "Bozen"},
{"v1.53.0", "Valmontone"},
{"v1.54.0", "Parafada"},
{"v1.55.0", "Bernolda"}
{"v1.55.0", "Bernolda"},
{"v1.56.0", "Collalto"},
{"v1.57.0", "Franchini"},
{"v1.58.0", "Cartari"}
// Add more codenames here
};

Expand Down

2 comments on commit 963d8d9

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

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

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

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

Please sign in to comment.