From d78406df3a292c25cd0396892bb098759fae004b Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 23 Aug 2024 14:09:55 -0400 Subject: [PATCH] Version bump for a release. --- Sources/SwiftProtobuf/Version.swift | 4 ++-- SwiftProtobuf.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/SwiftProtobuf/Version.swift b/Sources/SwiftProtobuf/Version.swift index ddcb6e86e..a3b8b8afd 100644 --- a/Sources/SwiftProtobuf/Version.swift +++ b/Sources/SwiftProtobuf/Version.swift @@ -19,9 +19,9 @@ public struct Version { /// Major version. public static let major = 1 /// Minor version. - public static let minor = 27 + public static let minor = 28 /// Revision number. - public static let revision = 1 + public static let revision = 0 /// String form of the version number. public static let versionString = "\(major).\(minor).\(revision)" diff --git a/SwiftProtobuf.podspec b/SwiftProtobuf.podspec index 8a982eb9d..b0c4fc808 100644 --- a/SwiftProtobuf.podspec +++ b/SwiftProtobuf.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftProtobuf' - s.version = '1.27.1' + s.version = '1.28.0' s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' } s.summary = 'Swift Protobuf Runtime Library' s.homepage = 'https://github.com/apple/swift-protobuf'