diff --git a/Sources/SwiftProtobuf/Version.swift b/Sources/SwiftProtobuf/Version.swift index 847d1cb0d..678d57861 100644 --- a/Sources/SwiftProtobuf/Version.swift +++ b/Sources/SwiftProtobuf/Version.swift @@ -19,9 +19,9 @@ public struct Version { /// Major version. public static let major = 1 /// Minor version. - public static let minor = 22 + public static let minor = 23 /// Revision number. - public static let revision = 1 + public static let revision = 0 /// String form of the version number. public static let versionString = "\(major).\(minor).\(revision)" diff --git a/SwiftProtobuf.podspec b/SwiftProtobuf.podspec index bf651c8b5..9a8a25fbd 100644 --- a/SwiftProtobuf.podspec +++ b/SwiftProtobuf.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftProtobuf' - s.version = '1.22.1' + s.version = '1.23.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' diff --git a/SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig b/SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig index 72487bfc3..6c407144a 100644 --- a/SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig +++ b/SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig @@ -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.22.1 +CURRENT_PROJECT_VERSION = 1.23.0 // Packaging PRODUCT_NAME = $(TARGET_NAME)