Bump to 0.7.2

This commit is contained in:
shedaniel
2021-05-09 00:02:12 +08:00
committed by GitHub
parent 8ef33a9d5e
commit 60b10a53ab

View File

@@ -19,7 +19,7 @@ targetCompatibility = 1.8
group = "dev.architectury"
archivesBaseName = project.name
def baseVersion = '0.7.1'
def baseVersion = '0.7.2'
def runNumber = System.getenv("GITHUB_RUN_NUMBER") ?: "9999"
def isSnapshot = System.getenv("PR_NUM") != null
@@ -304,4 +304,4 @@ task writeActionsTestMatrix() {
output.parentFile.mkdir()
output.text = json
}
}
}