All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good
Add visibility parameter: public, package, internal, private Impacted command: analytics, colors, fonts, images, strings, tags Reviewed-on: #18
13 lines
203 B
Swift
13 lines
203 B
Swift
//
|
|
// Version.swift
|
|
//
|
|
//
|
|
// Created by Thibaut Schmitt on 25/07/2022.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
// swiftlint:disable prefixed_toplevel_constant identifier_name
|
|
|
|
public let ResgenSwiftVersion = "2.2.0"
|