Prep for beta-2

This commit is contained in:
Michael Primm 2023-06-20 22:32:49 -05:00
parent e0c02b1fc0
commit 4e7dcb2cfb
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ allprojects {
apply plugin: 'java'
group = 'us.dynmap'
version = '3.6-SNAPSHOT'
version = '3.6-beta-2'
}

View File

@ -1,5 +1,5 @@
#
#Tue Jun 13 11:04:15 CDT 2023
#Tue Jun 20 20:08:06 CDT 2023
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.nullReference=warning
eclipse.preferences.version=1

View File

@ -25,7 +25,7 @@ allprojects {
apply plugin: 'java'
group = 'us.dynmap'
version = '3.6-SNAPSHOT'
version = '3.6-beta-2'
}