Skip to content

Commit

Permalink
Prepare version info for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Aug 7, 2023
1 parent 9d5db27 commit bd3168b
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 @@ -93,6 +93,7 @@ const unordered_map<string, string> Version::codenames = {
{"v1.48.0", "Gallipoli"},
{"v1.49.0", "Peschici"},
{"v1.50.0", "Monopoli"},
{"v1.50.1", "Monopoli"},
{"v1.51.0", "Quellenhof"},
{"v1.52.0", "Bozen"}
// Add more codenames here
Expand Down

2 comments on commit bd3168b

@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 22204 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 branch v1.50.1. View the full report here.

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

Please sign in to comment.