Skip to content

Commit

Permalink
At 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsimmo committed Oct 10, 2021
1 parent 5e5741b commit a773f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

group = 'io.github.mdsimmo'
version = '0.6.3'
version = '0.6.4'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class BaseCommand : CommandGroup(null), TabCompleter, CommandExecutor {

init {
addChildren(
DevInfo(this),
// DevInfo(this),
Configure(this),
GameCreate(this),
GameInfo(this),
Expand Down

0 comments on commit a773f52

Please sign in to comment.