Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
XD-DENG committed Jul 11, 2020
1 parent 2585675 commit aa45bd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,12 @@ Please note:
- `REDISEEN_REDIS_URI` above should be a specific host address. If you are running Redis database using Docker
too, you can consider using Docker's `link` or `network` feature to ensure connectivity between Rediseen and your Redis database
(refer to the complete example below).
- You can choose the image tag among `latest` (latest release version), `nightly` (latest code in master branch), `unstable` (latest dev branch),
and release tags (like `2.1.0`. Check [Docker Hub/xddeng/rediseen](https://hub.docker.com/r/xddeng/rediseen/tags)
for full tag list)
- You can choose the image tag among:
- `latest` (latest release version)
- `nightly` (latest code in master branch)
- `unstable` (latest dev branch)
- release tags (like `2.1.2`. Check [Docker Hub/xddeng/rediseen](https://hub.docker.com/r/xddeng/rediseen/tags)
for full list)

A **complete example** using Docker follows below

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const rediseenVersion = "2.1.2-dev"
const rediseenVersion = "2.1.2"

0 comments on commit aa45bd9

Please sign in to comment.