Skip to content

Commit

Permalink
Post-release 1.0.9 (#409)
Browse files Browse the repository at this point in the history
Post-release 1.0.9: bump compatibleVersion and BLOCKHOUND_VERSION
  • Loading branch information
pderop authored Apr 17, 2024
1 parent 62dd291 commit f741562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
needs: checkSnapshot
environment: snapshot
env: #change this after a release
BLOCKHOUND_VERSION: 1.0.9.BUILD-SNAPSHOT
BLOCKHOUND_VERSION: 1.0.10.BUILD-SNAPSHOT
steps:
- name: check version
if: ${{ !endsWith(env.BLOCKHOUND_VERSION, '.BUILD-SNAPSHOT') }}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.gradle.caching=true
compatibleVersion=1.0.8.RELEASE
compatibleVersion=1.0.9.RELEASE

0 comments on commit f741562

Please sign in to comment.