1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-01 19:40:18 +02:00

ripme.jar --version prints version on stdout

https://github.com/ripmeapp2/ripme/issues/62
This commit is contained in:
soloturn
2022-01-17 00:13:12 +01:00
parent 1ef49d33e5
commit 53248d943e

View File

@@ -59,7 +59,7 @@ public class App {
CommandLine cl = getArgs(args);
if (args.length > 0 && cl.hasOption('v')){
logger.info(UpdateUtils.getThisJarVersion());
System.out.println(UpdateUtils.getThisJarVersion());
System.exit(0);
}