diff --git a/Dockerfile.learn b/Dockerfile.learn index a73e96f200..72c6565e2b 100644 --- a/Dockerfile.learn +++ b/Dockerfile.learn @@ -2,7 +2,7 @@ FROM rust:1.48.0 as builder RUN cargo install --features=ssl websocat -FROM tremorproject/tremor:0.9.3 +FROM tremorproject/tremor:0.9.4 COPY --from=builder /usr/local/cargo/bin/websocat /usr/local/bin/websocat diff --git a/tremor-api/Cargo.toml b/tremor-api/Cargo.toml index a7de22bff7..a729c1681f 100644 --- a/tremor-api/Cargo.toml +++ b/tremor-api/Cargo.toml @@ -4,7 +4,7 @@ description = "Tremor Api Callbacks" edition = "2018" license = "Apache-2.0" name = "tremor-api" -version = "0.9.3" +version = "0.9.4" [dependencies] hashbrown = {version = "0.10", features = ["serde"]} diff --git a/tremor-cli/tests/api-cli/command.yml b/tremor-cli/tests/api-cli/command.yml index 136bd3af93..80d05a4297 100644 --- a/tremor-cli/tests/api-cli/command.yml +++ b/tremor-cli/tests/api-cli/command.yml @@ -15,7 +15,7 @@ suites: expects: - source: stdout contains: - - '{"version":"0.9.3"}' + - '{"version":"0.9.4"}' - name: GET /onramp command: tremor api -f json onramp list tags: diff --git a/tremor-cli/tests/api/command.yml b/tremor-cli/tests/api/command.yml index e1233c4309..b32c941ce7 100644 --- a/tremor-cli/tests/api/command.yml +++ b/tremor-cli/tests/api/command.yml @@ -16,7 +16,7 @@ suites: - source: stdout contains: - HTTP/1.1 200 OK - - '{"version":"0.9.3"' + - '{"version":"0.9.4"' - name: GET /onramp command: curl -vs --stderr - http://localhost:9898/onramp tags: