Skip to content

Commit 17f4783

Browse files
committed
bump version to 0.2.0
1 parent 0c26454 commit 17f4783

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616

1717
- name: Prepare test env
18-
run: script/prepare-test-env-latest.sh
18+
run: script/prepare-test-env.sh
1919

2020
- name: Set up JDK 11
2121
uses: actions/setup-java@v2

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = 'io.hstream'
11-
version = '0.1.0'
11+
version = '0.2.0'
1212

1313
repositories {
1414
mavenCentral()

script/prepare-test-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
DEFAULT_HSTREAM_DOCKER_TAG="v0.5.0.0"
5+
DEFAULT_HSTREAM_DOCKER_TAG="v0.5.1.0"
66

77
docker pull hstreamdb/hstream:${DEFAULT_HSTREAM_DOCKER_TAG} || true
88

0 commit comments

Comments
 (0)