Skip to content

Commit

Permalink
Version bump to ready a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Sep 28, 2023
1 parent edb04c6 commit 3c54ab0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/SwiftProtobuf/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public struct Version {
/// Major version.
public static let major = 1
/// Minor version.
public static let minor = 23
public static let minor = 24
/// 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 = '1.23.0'
s.version = '1.24.0'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
s.summary = 'Swift Protobuf code generator plugin and runtime library'
s.homepage = 'https://github.com/apple/swift-protobuf'
Expand Down
2 changes: 1 addition & 1 deletion SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
DYLIB_CURRENT_VERSION = 1
DYLIB_COMPATIBILITY_VERSION = 1
DYLIB_INSTALL_NAME_BASE = @rpath
CURRENT_PROJECT_VERSION = 1.23.0
CURRENT_PROJECT_VERSION = 1.24.0

// Packaging
PRODUCT_NAME = $(TARGET_NAME)
Expand Down

0 comments on commit 3c54ab0

Please sign in to comment.