diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d058fb0d..2f697809 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.8 +current_version = 0.1.0 commit = True tag = True diff --git a/README.md b/README.md index f6cacfaa..8f55bec3 100644 --- a/README.md +++ b/README.md @@ -37,5 +37,5 @@ For instructions see `deployment/dev` or `deployment/prod` respectively. Summary: To run the latest version, run ```bash -CEPTA_VERSION="v0.0.8" docker-compose -f deployment/prod/docker-compose.yml up +CEPTA_VERSION="v0.1.0" docker-compose -f deployment/prod/docker-compose.yml up ``` \ No newline at end of file diff --git a/anubis/package.json b/anubis/package.json index 2dd13bc4..156b4b04 100644 --- a/anubis/package.json +++ b/anubis/package.json @@ -1,6 +1,6 @@ { "name": "anubis", - "version": "0.0.8", + "version": "0.1.0", "private": true, "scripts": { "serve": "./gen-protos.sh vue-cli-service serve", diff --git a/core/src/main/java/org/bptlab/cepta/Main.java b/core/src/main/java/org/bptlab/cepta/Main.java index ce6a9f24..06da11b8 100644 --- a/core/src/main/java/org/bptlab/cepta/Main.java +++ b/core/src/main/java/org/bptlab/cepta/Main.java @@ -57,7 +57,7 @@ @Command( name = "cepta core", mixinStandardHelpOptions = true, - version = "0.0.8", + version = "0.1.0", description = "Captures the train events coming from the Kafka queue.") public class Main implements Callable { diff --git a/deployment/prod/.env b/deployment/prod/.env index bc1cc2b6..d1953937 100644 --- a/deployment/prod/.env +++ b/deployment/prod/.env @@ -1,4 +1,4 @@ -CEPTA_VERSION=v0.0.8 +CEPTA_VERSION=v0.1.0 CEPTA_ENVOY_ADMIN_PORT=9901 CEPTA_ENVOY_INGRESS_PORT=80 CEPTA_ENVOY_GRPC_PORT=90 \ No newline at end of file