diff options
author | shedaniel <daniel@shedaniel.me> | 2021-05-09 00:02:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-09 00:02:12 +0800 |
commit | 60b10a53abd5e629bb3a8d07f1289f6cc31d0156 (patch) | |
tree | e2ae00c08d4f53f6540f4646d867f52d0334915d /build.gradle | |
parent | 8ef33a9d5ef1c7da1931f00e0cf89e3eb5936d2f (diff) | |
download | architectury-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.gradle | 4 |
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 +} |