Skip to content

Commit d02b920

Browse files
committed
Bump version 1.1.17
1 parent c77e07b commit d02b920

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

InstanaAgent.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "InstanaAgent"
19-
s.version = "1.1.16"
19+
s.version = "1.1.17"
2020
s.summary = "Instana iOS agent."
2121

2222
# This description is used to generate tags and improve search results.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
struct VersionConfig {
2-
static let agentVersion = "1.1.16"
2+
static let agentVersion = "1.1.17"
33
}

Tests/InstanaAgentTests/Configuration/InstanaSystemUtilsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class InstanaSystemUtilsTests: InstanaTestCase {
55

66
func test_AgentVersion() {
77
// Then
8-
AssertTrue(InstanaSystemUtils.agentVersion == "1.1.16")
8+
AssertTrue(InstanaSystemUtils.agentVersion == "1.1.17")
99
}
1010

1111
func test_systemVersion() {

0 commit comments

Comments
 (0)