We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c52032 commit 564597aCopy full SHA for 564597a
Sources/SwiftProtobuf/Version.swift
@@ -19,9 +19,9 @@ public struct Version {
19
/// Major version.
20
public static let major = 1
21
/// Minor version.
22
- public static let minor = 27
+ public static let minor = 28
23
/// Revision number.
24
- public static let revision = 1
+ public static let revision = 0
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.27.1'
+ s.version = '1.28.0'
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