Skip to content

Commit

Permalink
public set for version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jane Idelson committed Oct 10, 2018
1 parent 835b21f commit c70b393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Succulent/Classes/Succulent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public struct Configuration {
public class Succulent : NSObject, URLSessionTaskDelegate {

public private(set) var port: Int?
public private(set) var version = 0
public var version = 0
public private(set) var baseUrl: URL?
public private(set) var recordUrl: URL? {
didSet {
Expand Down

0 comments on commit c70b393

Please sign in to comment.