diff --git a/build.gradle b/build.gradle index c934380..f2dfa38 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ defaultTasks 'clean', 'licenseFormat', 'build' // Project information allprojects { group = 'blue.lapis.nocturne' - version = '1.0.0-SNAPSHOT' + version = '1.0.0-beta1' sourceCompatibility = '1.8' targetCompatibility = '1.8'