We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957f44e commit 426f041Copy full SHA for 426f041
.github/workflows/snapshot.yml
@@ -22,7 +22,7 @@ jobs:
22
needs: checkSnapshot
23
environment: snapshot
24
env: #change this after a release
25
- BLOCKHOUND_VERSION: 1.0.13.BUILD-SNAPSHOT
+ BLOCKHOUND_VERSION: 1.0.14.BUILD-SNAPSHOT
26
steps:
27
- name: check version
28
if: ${{ !endsWith(env.BLOCKHOUND_VERSION, '.BUILD-SNAPSHOT') }}
gradle.properties
@@ -1,2 +1,2 @@
1
org.gradle.caching=true
2
-compatibleVersion=1.0.11.RELEASE
+compatibleVersion=1.0.13.RELEASE
0 commit comments