diff --git a/Sources/SwiftProtobuf/Version.swift b/Sources/SwiftProtobuf/Version.swift index f5774b2f3..0cb9284b8 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 = 32 + public static let minor = 33 /// Revision number. - public static let revision = 0 + public static let revision = 1 /// String form of the version number. public static let versionString = "\(major).\(minor).\(revision)" diff --git a/SwiftProtobuf.podspec b/SwiftProtobuf.podspec index aff65e43d..324524506 100644 --- a/SwiftProtobuf.podspec +++ b/SwiftProtobuf.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftProtobuf' - s.version = '1.32.0' + s.version = '1.33.1' s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' } s.summary = 'Swift Protobuf Runtime Library' s.homepage = 'https://github.com/apple/swift-protobuf'