Skip to content

Commit d57a5ae

Browse files
committed
Move main to 1.27.0
The next release will be 1.27.0 and will come off `main`.
1 parent e68412d commit d57a5ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sources/SwiftProtobuf/Version.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ import Foundation
1717
// Expose version information about the library.
1818
public struct Version {
1919
/// Major version.
20-
public static let major = 2
20+
public static let major = 1
2121
/// Minor version.
22-
public static let minor = 0
22+
public static let minor = 27
2323
/// Revision number.
2424
public static let revision = 0
2525

SwiftProtobuf.podspec

Lines changed: 1 addition & 1 deletion
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 = '2.0.0'
3+
s.version = '1.27.0'
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)