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 0c26454 commit 17f4783Copy full SHA for 17f4783
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
17
- name: Prepare test env
18
- run: script/prepare-test-env-latest.sh
+ run: script/prepare-test-env.sh
19
20
- name: Set up JDK 11
21
uses: actions/setup-java@v2
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = 'io.hstream'
11
-version = '0.1.0'
+version = '0.2.0'
12
13
repositories {
14
mavenCentral()
script/prepare-test-env.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-DEFAULT_HSTREAM_DOCKER_TAG="v0.5.0.0"
+DEFAULT_HSTREAM_DOCKER_TAG="v0.5.1.0"
6
7
docker pull hstreamdb/hstream:${DEFAULT_HSTREAM_DOCKER_TAG} || true
0 commit comments