Skip to content

Commit 0033445

Browse files
author
Ignacio Bonafonte
authored
Revert automatic version number (#511)
* Revert "Update updateVersion.sh (#508)" This reverts commit be46a97. * Revert "Automatic version number on GitHub release (#507)" This reverts commit cf39899.
1 parent 0106a86 commit 0033445

File tree

3 files changed

+1
-33
lines changed

3 files changed

+1
-33
lines changed

.github/workflows/createRelease.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

Scripts/updateVersion.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

Sources/OpenTelemetrySdk/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
import Foundation
77

88
extension Resource {
9-
public static let OTEL_SWIFT_SDK_VERSION = "1.8.0"
9+
public static let OTEL_SWIFT_SDK_VERSION : String = "1.8.0"
1010
}

0 commit comments

Comments
 (0)