Files
SwiftLint/script/Version.swift.template
T
JP Simard a16e77c39e fix swiftlint version with SPM
all done by @marcelofabri, originally in #1073
2017-01-07 00:09:27 -08:00

14 lines
252 B
Plaintext

//
// Version.swift
// SwiftLint
//
// Created by Marcelo Fabri on 12/27/16.
// Copyright © 2016 Realm. All rights reserved.
//
public struct Version {
public let value: String
public static let current = Version(value: "__VERSION__")
}