Skip to content

Commit

Permalink
Update SDK versions (#118)
Browse files Browse the repository at this point in the history
chore: Update Rust & Go SDK versions

Co-authored-by: Github Actions <[email protected]>
  • Loading branch information
celaus and Github Actions authored Dec 12, 2024
1 parent 56e7e60 commit fc81f79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ const sdkVersionHeaderName = "cx-sdk-version"
const sdkLanguageHeaderName = "cx-sdk-language"
const sdkGoVersionHeaderName = "cx-go-version"
const sdkCorrelationIDHeaderName = "cx-correlation-id"
const vanillaSdkVersion = "coralogix-mgmt-sdk-2024.12.0"
const vanillaSdkVersion = "coralogix-mgmt-sdk-0.12.0"
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude = [
resolver = "2"

[workspace.package]
version = "2024.12.0"
version = "0.12.0"
license = "Apache-2.0"
edition = "2021"
repository = "https://github.com/coralogix/coralogix-management-sdk"
Expand Down Expand Up @@ -47,5 +47,5 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
bytes = "1.6"
reqwest = { version = "0.12", features = ["json"] }
cx-api = { version = "2024.12.0", path = "cx-api" }
cx-api = { version = "0.12.0", path = "cx-api" }
uuid = { version = "1.10", features = ["v4", "fast-rng"] }

0 comments on commit fc81f79

Please sign in to comment.