We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf99da7 commit 5f025c3Copy full SHA for 5f025c3
.github/workflows/snapshot.yml
@@ -24,7 +24,7 @@ jobs:
24
needs: checkSnapshot
25
environment: snapshot
26
env: #change this after a release
27
- BLOCKHOUND_VERSION: 1.0.16.BUILD-SNAPSHOT
+ BLOCKHOUND_VERSION: 1.0.17.BUILD-SNAPSHOT
28
steps:
29
- name: check version
30
if: ${{ !endsWith(env.BLOCKHOUND_VERSION, '.BUILD-SNAPSHOT') }}
gradle.properties
@@ -1,2 +1,2 @@
1
org.gradle.caching=true
2
-compatibleVersion=1.0.15.RELEASE
+compatibleVersion=1.0.16.RELEASE
0 commit comments