Skip to content

Commit

Permalink
Update the sdkVersion to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glennrfisher committed Oct 1, 2017
1 parent 28b3fb2 commit 4b2d663
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 @@ public struct RestRequest {

public static let userAgent: String = {
let sdk = "watson-apis-swift-sdk"
let sdkVersion = "0.17.0"
let sdkVersion = "0.18.0"

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

0 comments on commit 4b2d663

Please sign in to comment.