3839404142434445464748
} else { new FetchCommand(configuration).run(); } LogCommand getLog = new LogCommand(configuration); Commit head = getLog.head(); if (head == null) { log.warn("No current version!"); return null; } log.warn("Version: " + head);