From 5b07205466c0cb8df3957d2c9f57d00d8cae341e Mon Sep 17 00:00:00 2001 From: Serhii Prodan <22973227+serpro69@users.noreply.github.com> Date: Sun, 10 Mar 2024 22:43:48 +0100 Subject: [PATCH] Fix cli-bot application version --- .../src/main/kotlin/io/github/serpro69/kfaker/app/KFaker.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli-bot/src/main/kotlin/io/github/serpro69/kfaker/app/KFaker.kt b/cli-bot/src/main/kotlin/io/github/serpro69/kfaker/app/KFaker.kt index e9f738b71..56d8551ed 100644 --- a/cli-bot/src/main/kotlin/io/github/serpro69/kfaker/app/KFaker.kt +++ b/cli-bot/src/main/kotlin/io/github/serpro69/kfaker/app/KFaker.kt @@ -12,8 +12,8 @@ import kotlin.system.exitProcess "see https://github.com/serpro69/kotlin-faker/README.md for more installation and usage examples" ], version = [ - "faker: 0.0.0", // 0.0.0 is a placeholder that will be temporarily replaced during compilation - "faker-bot: 0.0.0", + "faker: {FAKER_VER}", // {FAKER_VER} is a placeholder that will be temporarily replaced during compilation + "faker-bot: {FAKER_VER}", "Built with picocli ${CommandLine.VERSION}", "JVM: \${java.version} (\${java.vendor} \${java.vm.name} \${java.vm.version})", "OS: \${os.name} \${os.version} \${os.arch}"