Skip to content

Commit da75a93

Browse files
committed
Version bump for doing a release.
1 parent 5b56dfe commit da75a93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Sources/SwiftProtobuf/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public struct Version {
1919
/// Major version.
2020
public static let major = 1
2121
/// Minor version.
22-
public static let minor = 6
22+
public static let minor = 7
2323
/// Revision number.
2424
public static let revision = 0
2525

SwiftProtobuf.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftProtobuf'
3-
s.version = '1.6.0'
3+
s.version = '1.7.0'
44
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
55
s.summary = 'Swift Protobuf code generator plugin and runtime library'
66
s.homepage = 'https://github.com/apple/swift-protobuf'

SwiftProtobuf.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@
22892289
CLANG_WARN_UNREACHABLE_CODE = YES;
22902290
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
22912291
COMBINE_HIDPI_IMAGES = YES;
2292-
CURRENT_PROJECT_VERSION = 1.6.0;
2292+
CURRENT_PROJECT_VERSION = 1.7.0;
22932293
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
22942294
DYLIB_CURRENT_VERSION = 1;
22952295
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -2346,7 +2346,7 @@
23462346
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
23472347
COMBINE_HIDPI_IMAGES = YES;
23482348
COPY_PHASE_STRIP = NO;
2349-
CURRENT_PROJECT_VERSION = 1.6.0;
2349+
CURRENT_PROJECT_VERSION = 1.7.0;
23502350
DEBUG_INFORMATION_FORMAT = dwarf;
23512351
DYLIB_CURRENT_VERSION = 1;
23522352
DYLIB_INSTALL_NAME_BASE = "@rpath";

0 commit comments

Comments
 (0)