Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protocol: rename VersionNumber to Version #4295

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Conversation

marten-seemann
Copy link
Member

No description provided.

// A VersionNumber is a QUIC version number.
type VersionNumber = protocol.VersionNumber
// Deprecated: VersionNumber was renamed to Version.
type VersionNumber = Version
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Introducing a type alias here to make the transition less painful for users.

@marten-seemann marten-seemann merged commit fbaa941 into master Feb 1, 2024
33 checks passed
@marten-seemann marten-seemann deleted the rename-version branch February 1, 2024 23:02
mgjeong pushed a commit to mgjeong/quic-go that referenced this pull request Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants