Skip to content

Commit

Permalink
Add more version names, thanks Matteo
Browse files Browse the repository at this point in the history
  • Loading branch information
xchang1 committed Feb 13, 2023
1 parent 8cbbe0f commit 47bdb7e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,14 @@ const unordered_map<string, string> Version::codenames = {
{"v1.42.0", "Obolo"},
{"v1.43.0", "Barisano"},
{"v1.44.0", "Solara"},
{"v1.45.0", "Alpicella"}
{"v1.45.0", "Alpicella"},
{"v1.46.0", "Altamura"},
{"v1.47.0", "Ostuni"},
{"v1.48.0", "Gallipoli"},
{"v1.49.0", "Peschici"},
{"v1.50.0", "Monopoli"},
{"v1.51.0", "Quellenhof"},
{"v1.52.0", "Bozen"}
// Add more codenames here
};

Expand Down

1 comment on commit 47bdb7e

@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 add-version-names. View the full report here.

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

Please sign in to comment.