Skip to content

Commit

Permalink
Hack in some more codenames
Browse files Browse the repository at this point in the history
We need a codename to release.
  • Loading branch information
adamnovak authored Jan 6, 2020
1 parent 4697422 commit 04ce0f3
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 @@ -60,7 +60,10 @@ const unordered_map<string, string> Version::codenames = {
{"v1.17.0", "Candida"},
{"v1.18.0", "Zungoli"},
{"v1.19.0", "Tramutola"},
{"v1.20.0", "Ginestra"}
{"v1.20.0", "Ginestra"},
{"v1.21.0", "Fanano"},
{"v1.22.0", "Rotella"},
{"v1.23.0", "Montieri"}
// Add more codenames here
};

Expand Down

2 comments on commit 04ce0f3

@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.

15 tests passed, 0 tests failed and 0 tests skipped in 6346 seconds

Tests produced 361 warnings. 361 were for lower-than-expected alignment scores

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

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

Tests produced 361 warnings. 361 were for lower-than-expected alignment scores

Please sign in to comment.