Skip to content

Commit

Permalink
Bump version: 2019.11.0 → 2019.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkonrad committed Nov 20, 2019
1 parent 446f0e3 commit 3c45c82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = 2019.11.0
current_version = 2019.11.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This repository contains the documentation and configuration necessary to run a
Raiden Transport Matrix server.

**Current release:** [2019.11.0](https://github.com/raiden-network/raiden-service-bundle/tree/2019.11.0)
**Current release:** [2019.11.1](https://github.com/raiden-network/raiden-service-bundle/tree/2019.11.1)

## Table of Contents

Expand Down Expand Up @@ -131,11 +131,11 @@ Note: The default Postgres configuration assumes 16GiB of system RAM

### Installing

1. Clone the [current release version of this repository](https://github.com/raiden-network/raiden-service-bundle/tree/2019.11.0)
1. Clone the [current release version of this repository](https://github.com/raiden-network/raiden-service-bundle/tree/2019.11.1)
to a suitable location on the server:

```shell
git clone -b 2019.11.0 https://github.com/raiden-network/raiden-service-bundle.git
git clone -b 2019.11.1 https://github.com/raiden-network/raiden-service-bundle.git
```
1. Copy `.env.template` to `.env` and modify the values to fit your setup (see inline comments for details)
- We would appreciate it if you allow us access to the monitoring interfaces
Expand Down

0 comments on commit 3c45c82

Please sign in to comment.