Skip to content

Commit e17d61f

Browse files
committed
Version bump for a release.
1 parent bedea25 commit e17d61f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Sources/SwiftProtobuf/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public struct Version {
2121
/// Minor version.
2222
public static let minor = 27
2323
/// Revision number.
24-
public static let revision = 0
24+
public static let revision = 1
2525

2626
/// String form of the version number.
2727
public static let versionString = "\(major).\(minor).\(revision)"

Diff for: SwiftProtobuf.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftProtobuf'
3-
s.version = '1.27.0'
3+
s.version = '1.27.1'
44
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
55
s.summary = 'Swift Protobuf Runtime Library'
66
s.homepage = 'https://github.com/apple/swift-protobuf'

0 commit comments

Comments
 (0)