Skip to content

Commit

Permalink
Revert automatic version number (#511)
Browse files Browse the repository at this point in the history
* Revert "Update updateVersion.sh (#508)"

This reverts commit be46a97.

* Revert "Automatic version number on GitHub release (#507)"

This reverts commit cf39899.
  • Loading branch information
Ignacio Bonafonte committed Jan 25, 2024
1 parent 0106a86 commit 0033445
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 33 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/createRelease.yml

This file was deleted.

12 changes: 0 additions & 12 deletions Scripts/updateVersion.sh

This file was deleted.

2 changes: 1 addition & 1 deletion Sources/OpenTelemetrySdk/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
import Foundation

extension Resource {
public static let OTEL_SWIFT_SDK_VERSION = "1.8.0"
public static let OTEL_SWIFT_SDK_VERSION : String = "1.8.0"
}

0 comments on commit 0033445

Please sign in to comment.