Skip to content

Commit

Permalink
Bump version number to 1.4.2 (#1280)
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.4.2
- Add a commit template for version bumps, because the commit is always
  the same (unless I'm adding a commit template as well).

Result:

The version in the default user-agent string will match the released
version.
  • Loading branch information
glbrntt authored Sep 29, 2021
1 parent 5ddbb61 commit 1d968f5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions 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 = 4

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

/// The version string.
internal static let versionString = "\(major).\(minor).\(patch)"
Expand Down
14 changes: 14 additions & 0 deletions dev/version-bump.commit.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Bump version number to VERSION

Motivation:

We plan on tagging a release soon.

Modifications:

- Bump the version to VERSION

Result:

The version in the default user-agent string will match the released
version.

0 comments on commit 1d968f5

Please sign in to comment.