Skip to content

Commit

Permalink
Bump version: 2.3.10 → 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicc committed Mar 16, 2018
1 parent cf8624b commit 30b4581
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 2.3.10
current_version = 2.4.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It relies on a runtime environment containing [Mesos](http://mesos.apache.org) a

```sh

docker run --rm --env [list of environment variables] --link woken hbpmip/woken:2.3.10
docker run --rm --env [list of environment variables] --link woken hbpmip/woken:2.4.0

```

Expand Down
2 changes: 1 addition & 1 deletion docker/runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It relies on a runtime environment containing [Mesos](http://mesos.apache.org) a

```sh

docker run --rm --env [list of environment variables] --link woken hbpmip/woken:2.3.10
docker run --rm --env [list of environment variables] --link woken hbpmip/woken:2.4.0

```

Expand Down

0 comments on commit 30b4581

Please sign in to comment.