Skip to content

Commit 7790acf

Browse files
committed
Version bump to make a release.
1 parent 1f798cf commit 7790acf

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 = 7
22+
public static let minor = 8
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.7.0'
3+
s.version = '1.8.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
@@ -2317,7 +2317,7 @@
23172317
CLANG_WARN_UNREACHABLE_CODE = YES;
23182318
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
23192319
COMBINE_HIDPI_IMAGES = YES;
2320-
CURRENT_PROJECT_VERSION = 1.7.0;
2320+
CURRENT_PROJECT_VERSION = 1.8.0;
23212321
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
23222322
DYLIB_CURRENT_VERSION = 1;
23232323
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -2374,7 +2374,7 @@
23742374
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
23752375
COMBINE_HIDPI_IMAGES = YES;
23762376
COPY_PHASE_STRIP = NO;
2377-
CURRENT_PROJECT_VERSION = 1.7.0;
2377+
CURRENT_PROJECT_VERSION = 1.8.0;
23782378
DEBUG_INFORMATION_FORMAT = dwarf;
23792379
DYLIB_CURRENT_VERSION = 1;
23802380
DYLIB_INSTALL_NAME_BASE = "@rpath";

0 commit comments

Comments
 (0)