feat: update agent's official-processor version

This commit is contained in:
tjq 2021-02-23 00:20:43 +08:00
parent e1fc805a0b
commit 3d1c907104
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
<spring.boot.version>2.2.6.RELEASE</spring.boot.version>
<powerjob.official.processors.version>1.0.0</powerjob.official.processors.version>
<powerjob.official.processors.version>1.0.1</powerjob.official.processors.version>
</properties>
<dependencies>

View File

@ -17,7 +17,7 @@ import picocli.CommandLine.Option;
* @since 2020/5/20
*/
@Slf4j
@Command(name = "OhMyAgent", mixinStandardHelpOptions = true, version = "3.4.3", description = "powerjob-worker agent")
@Command(name = "OhMyAgent", mixinStandardHelpOptions = true, version = "3.4.7", description = "powerjob-worker agent")
public class MainApplication implements Runnable {
@Option(names = {"-a", "--app"}, description = "worker-agent's name", required = true)