Skip to content

Commit

Permalink
Add new codenames
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Jan 31, 2022
1 parent 4f14d05 commit ec2c38c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,13 @@ const unordered_map<string, string> Version::codenames = {
{"v1.34.0", "Arguello"},
{"v1.35.0", "Ghizzano"},
{"v1.36.0", "Cibottola"},
{"v1.37.0", "Monchio"}
{"v1.37.0", "Monchio"},
{"v1.38.0", "Canossa"},
{"v1.39.0", "Runzi"},
{"v1.40.0", "Suardi"},
{"v1.41.0", "Salmour"},
{"v1.42.0", "Obolo"},
{"v1.43.0", "Barisano"}
// Add more codenames here
};

Expand Down

0 comments on commit ec2c38c

Please sign in to comment.