aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-05-09 00:02:12 +0800
committerGitHub <noreply@github.com>2021-05-09 00:02:12 +0800
commit60b10a53abd5e629bb3a8d07f1289f6cc31d0156 (patch)
treee2ae00c08d4f53f6540f4646d867f52d0334915d /build.gradle
parent8ef33a9d5ef1c7da1931f00e0cf89e3eb5936d2f (diff)
downloadarchitectury-loom-60b10a53abd5e629bb3a8d07f1289f6cc31d0156.tar.gz
architectury-loom-60b10a53abd5e629bb3a8d07f1289f6cc31d0156.tar.bz2
architectury-loom-60b10a53abd5e629bb3a8d07f1289f6cc31d0156.zip
Bump to 0.7.2
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 1e1fcc65..3f4e20c1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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
}
-} \ No newline at end of file
+}