Skip to content

Commit 426f041

Browse files
authored
Post-release 1.0.13 (#504)
Signed-off-by: Violeta Georgieva <696661+violetagg@users.noreply.github.com>
1 parent 957f44e commit 426f041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
needs: checkSnapshot
2323
environment: snapshot
2424
env: #change this after a release
25-
BLOCKHOUND_VERSION: 1.0.13.BUILD-SNAPSHOT
25+
BLOCKHOUND_VERSION: 1.0.14.BUILD-SNAPSHOT
2626
steps:
2727
- name: check version
2828
if: ${{ !endsWith(env.BLOCKHOUND_VERSION, '.BUILD-SNAPSHOT') }}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
org.gradle.caching=true
2-
compatibleVersion=1.0.11.RELEASE
2+
compatibleVersion=1.0.13.RELEASE

0 commit comments

Comments
 (0)