Skip to content

Commit

Permalink
Bump version: 0.0.7 → 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
romnn committed Apr 10, 2020
1 parent 431f3ae commit a1462e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.7
current_version = 0.0.8
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7" docker-compose -f deployment/prod/docker-compose.yml up
CEPTA_VERSION="v0.0.8" docker-compose -f deployment/prod/docker-compose.yml up
```
2 changes: 1 addition & 1 deletion anubis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anubis",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"scripts": {
"serve": "./gen-protos.sh vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bptlab/cepta/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
@Command(
name = "cepta core",
mixinStandardHelpOptions = true,
version = "0.0.7",
version = "0.0.8",
description = "Captures the train events coming from the Kafka queue.")
public class Main implements Callable<Integer> {

Expand Down
2 changes: 1 addition & 1 deletion deployment/prod/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CEPTA_VERSION=v0.0.7
CEPTA_VERSION=v0.0.8
CEPTA_ENVOY_ADMIN_PORT=9901
CEPTA_ENVOY_INGRESS_PORT=80
CEPTA_ENVOY_GRPC_PORT=90

0 comments on commit a1462e8

Please sign in to comment.