Release v2.1.0
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>ru.kamask.pet</groupId>
|
||||
<artifactId>todo</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<version>2.1</version>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.release>24</maven.compiler.release>
|
||||
|
||||
@@ -21,7 +21,7 @@ public class CliEngine {
|
||||
}
|
||||
|
||||
public void start() throws IOException {
|
||||
System.out.println("\nДобро пожаловать в Список задач 2.0!");
|
||||
System.out.println("\nДобро пожаловать в Список задач 2.1!");
|
||||
System.out.println("Введите help для просмтора доступных команд или exit для выхода.");
|
||||
while (true) {
|
||||
System.out.print("\ntodo> ");
|
||||
|
||||
Reference in New Issue
Block a user