Uniformisation of version number (0.9)
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit

This commit is contained in:
2022-08-29 13:43:06 +02:00
parent a54a264447
commit eef92dc569
8 changed files with 15 additions and 14 deletions

View File

@ -5,8 +5,8 @@
// Created by Thibaut Schmitt on 13/12/2021.
//
import Foundation
import ToolCore
import Foundation
import ArgumentParser
struct FontTool: ParsableCommand {
@ -15,7 +15,7 @@ struct FontTool: ParsableCommand {
static var configuration = CommandConfiguration(
abstract: "A utility to generate an helpful etension to access your custom font from code and also Info.plist UIAppsFont content.",
version: "0.1.0"
version: ResgenSwiftVersion
)
// MARK: - Static