Skip to content

Commit

Permalink
Update sdkVersion for v0.24.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
glennrfisher committed Apr 21, 2018
1 parent 8340d39 commit 807d68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RestKit/RestRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ internal struct RestRequest {

internal static let userAgent: String = {
let sdk = "watson-apis-swift-sdk"
let sdkVersion = "0.24.0"
let sdkVersion = "0.24.1"

let operatingSystem: String = {
#if os(iOS)
Expand Down

0 comments on commit 807d68f

Please sign in to comment.