Skip to content

Commit

Permalink
Bump version number to 1.24.0 (#2088)
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.24.0

Result:

The version in the default user-agent string will match the released
version.
  • Loading branch information
glbrntt authored Oct 7, 2024
1 parent cfdce07 commit 3ef3a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/GRPC/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ internal enum Version {
internal static let major = 1

/// The minor version.
internal static let minor = 23
internal static let minor = 24

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

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

0 comments on commit 3ef3a9f

Please sign in to comment.