Skip to content

Commit

Permalink
Version bump for a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Jul 23, 2024
1 parent bedea25 commit e17d61f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/SwiftProtobuf/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public struct Version {
/// Minor version.
public static let minor = 27
/// Revision number.
public static let revision = 0
public static let revision = 1

/// String form of the version number.
public static let versionString = "\(major).\(minor).\(revision)"
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 = '1.27.0'
s.version = '1.27.1'
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 e17d61f

Please sign in to comment.