build: обновление версии

This commit is contained in:
2025-07-24 22:29:35 +03:00
parent c21b4a0310
commit e4b461f52d
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ java.toolchain {
}
group = "ru.di9"
version = "1.0-SNAPSHOT"
version = "2.0"
repositories {
mavenLocal()

View File

@@ -13,7 +13,7 @@ import picocli.CommandLine;
DomainsListCommand.class,
DomainRecordCommand.class
},
version = "1.0-SNAPSHOT")
version = "2.0")
public class CliApp {
@CommandLine.Option(names = {"-h", "--help"}, description = "Страница помощи", usageHelp = true)
private boolean flagHelp;