summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar modmuss502021-09-16 14:35:51 +0100
committerGravatar modmuss502021-09-16 14:35:51 +0100
commited2d4c9d39ffcb13f26d7ae65ab735f8a06a70ca (patch)
tree0a4f320fc21059e2361462a2063751b102633a77 /build.gradle
parentImprove record class detection (#428) (diff)
downloadenigma-ed2d4c9d39ffcb13f26d7ae65ab735f8a06a70ca.tar.gz
enigma-ed2d4c9d39ffcb13f26d7ae65ab735f8a06a70ca.tar.xz
enigma-ed2d4c9d39ffcb13f26d7ae65ab735f8a06a70ca.zip
Bump version
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a3e33acf..aa0067ab 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,7 +24,7 @@ subprojects {
24 } 24 }
25 25
26 group = 'cuchaz' 26 group = 'cuchaz'
27 version = '1.4.1' 27 version = '1.4.2'
28 28
29 version = version + (System.getenv("GITHUB_ACTIONS") ? "" : "+local") 29 version = version + (System.getenv("GITHUB_ACTIONS") ? "" : "+local")
30 30