Skip to content

Commit

Permalink
Fix cli-bot application version
Browse files Browse the repository at this point in the history
  • Loading branch information
serpro69 committed Mar 10, 2024
1 parent 455ea5e commit 5b07205
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 5b07205

Please sign in to comment.