Skip to content

Commit 8697014

Browse files
authored
Version bump for a release (#2001)
1 parent 603b00b commit 8697014

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sources/SwiftProtobuf/Version.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ public struct Version {
2323
/// Major version.
2424
public static let major = 1
2525
/// Minor version.
26-
public static let minor = 35
26+
public static let minor = 36
2727
/// Revision number.
28-
public static let revision = 1
28+
public static let revision = 0
2929

3030
/// String form of the version number.
3131
public static let versionString = "\(major).\(minor).\(revision)"

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.35.1'
3+
s.version = '1.36.0'
44
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
55
s.summary = 'Swift Protobuf Runtime Library'
66
s.homepage = 'https://github.com/apple/swift-protobuf'

0 commit comments

Comments
 (0)