Skip to content

Commit

Permalink
v0.0.6リリース
Browse files Browse the repository at this point in the history
  • Loading branch information
rokuosan committed Sep 18, 2021
1 parent 0c75498 commit 9a318cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.deviseworks.rokuo</groupId>
<artifactId>instance_minecraft_server</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.0.6-SNAPSHOT</version>

<properties>
<maven.compiler.source>16</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/deviseworks/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ public static void main(String[] args) {

if(args.length == 0) {
// 起動時メッセージ
System.out.println("Instant Instance v0.0.5-dev");
System.out.println("Type help to show command list\n");
System.out.println("Instant Instance v0.0.6");
System.out.println("ヘルプを表示するにはエンターを押してください\n");

// 実行内容を選択
while (true) {
Expand Down

0 comments on commit 9a318cd

Please sign in to comment.