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,9 +5,9 @@
// Created by Thibaut Schmitt on 24/01/2022.
//
import ToolCore
import Foundation
import ArgumentParser
import ToolCore
struct Imagium: ParsableCommand {
@ -15,7 +15,7 @@ struct Imagium: ParsableCommand {
static var configuration = CommandConfiguration(
abstract: "A utility for generate images and an extension to access them easily.",
version: "0.1.0"
version: ResgenSwiftVersion
)
// MARK: - Static