Skip to content

Commit

Permalink
Bump version number to 1.21.1 (#1798)
Browse files Browse the repository at this point in the history
Motivation:

We plan on tagging a release soon.

Modifications:

- Bump the version to 1.21.1

Result:

The version in the default user-agent string will match the released
version.
  • Loading branch information
glbrntt committed Feb 8, 2024
1 parent 8d3341a commit 5d0cf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GRPC/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ internal enum Version {
internal static let minor = 21

/// The patch version.
internal static let patch = 0
internal static let patch = 1

/// The version string.
internal static let versionString = "\(major).\(minor).\(patch)"
Expand Down

0 comments on commit 5d0cf1c

Please sign in to comment.