We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent e68412d commit d57a5aeCopy full SHA for d57a5ae
Sources/SwiftProtobuf/Version.swift
@@ -17,9 +17,9 @@ import Foundation
17
// Expose version information about the library.
18
public struct Version {
19
/// Major version.
20
- public static let major = 2
+ public static let major = 1
21
/// Minor version.
22
- public static let minor = 0
+ public static let minor = 27
23
/// Revision number.
24
public static let revision = 0
25
SwiftProtobuf.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'SwiftProtobuf'
3
- s.version = '2.0.0'
+ s.version = '1.27.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