Skip to content

Commit

Permalink
Move main to 1.27.0
Browse files Browse the repository at this point in the history
The next release will be 1.27.0 and will come off `main`.
  • Loading branch information
thomasvl committed Jul 8, 2024
1 parent e68412d commit d57a5ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Sources/SwiftProtobuf/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import Foundation
// Expose version information about the library.
public struct Version {
/// Major version.
public static let major = 2
public static let major = 1
/// Minor version.
public static let minor = 0
public static let minor = 27
/// Revision number.
public static let revision = 0

Expand Down
2 changes: 1 addition & 1 deletion SwiftProtobuf.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftProtobuf'
s.version = '2.0.0'
s.version = '1.27.0'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
s.summary = 'Swift Protobuf Runtime Library'
s.homepage = 'https://github.com/apple/swift-protobuf'
Expand Down

0 comments on commit d57a5ae

Please sign in to comment.