We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a692f65 commit ebc7251Copy full SHA for ebc7251
Sources/SwiftProtobuf/Version.swift
@@ -21,7 +21,7 @@ public struct Version {
21
/// Minor version.
22
public static let minor = 28
23
/// Revision number.
24
- public static let revision = 1
+ public static let revision = 2
25
26
/// String form of the version number.
27
public static let versionString = "\(major).\(minor).\(revision)"
SwiftProtobuf.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'SwiftProtobuf'
3
- s.version = '1.28.1'
+ s.version = '1.28.2'
4
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
5
s.summary = 'Swift Protobuf Runtime Library'
6
s.homepage = 'https://github.com/apple/swift-protobuf'
0 commit comments