Skip to content

Commit

Permalink
Update sdkVersion to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glennrfisher committed Mar 20, 2018
1 parent 0b38ed4 commit 0c5223a
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.22.0"
let sdkVersion = "0.23.0"

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

0 comments on commit 0c5223a

Please sign in to comment.