Skip to content

Commit 38e18a1

Browse files
committed
Post-release 1.0.14
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
1 parent d0952e4 commit 38e18a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
needs: checkSnapshot
2525
environment: snapshot
2626
env: #change this after a release
27-
BLOCKHOUND_VERSION: 1.0.14.BUILD-SNAPSHOT
27+
BLOCKHOUND_VERSION: 1.0.15.BUILD-SNAPSHOT
2828
steps:
2929
- name: check version
3030
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.13.RELEASE
2+
compatibleVersion=1.0.14.RELEASE

0 commit comments

Comments
 (0)