Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romnnn committed Apr 27, 2020
1 parent 4bee11d commit 2191621
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.3.0
current_version = 0.3.1
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 @@ -52,5 +52,5 @@ For instructions see `docs/deployment/dev.md` or `docs/deployment/prod.md` respe

Summary: To run the latest version, run
```bash
CEPTA_VERSION="v0.3.0" docker-compose -f deployment/prod/docker-compose.yml up
CEPTA_VERSION="v0.3.1" 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.3.0",
"version": "0.3.1",
"private": true,
"scripts": {
"serve": "MONITORING_URL=http://localhost:3000 ./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.3.0",
version = "0.3.1",
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.3.0
CEPTA_VERSION=v0.3.1
CEPTA_ENVOY_ADMIN_PORT=9901
CEPTA_ENVOY_INGRESS_PORT=80
CEPTA_ENVOY_GRPC_PORT=90

0 comments on commit 2191621

Please sign in to comment.