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 20/12/2021.
//
import Foundation
import ToolCore
import Foundation
import ArgumentParser
struct ColorTool: ParsableCommand {
@ -15,7 +15,7 @@ struct ColorTool: ParsableCommand {
static var configuration = CommandConfiguration(
abstract: "A utility for generate colors assets and their getters.",
version: "0.1.0"
version: ResgenSwiftVersion
)
// MARK: - Static