diff --git a/README.md b/README.md index 380859a..100090e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [hub]: https://hub.docker.com/r/graylog/graylog/ -The latest stable version of Graylog is **`6.0.5`**. +The latest stable version of Graylog is **`6.0.6`**. ## What is Graylog? @@ -21,7 +21,7 @@ This is the open source [Graylog ](https://hub.docker.com/r/graylog/graylog/) im | Java Version | Platform | Tags | |---|---|---| -| OpenJDK 17 | `linux/amd64`, `linux/arm64` | `6.0`, `6.0.5`, `6.0.5-1` | +| OpenJDK 17 | `linux/amd64`, `linux/arm64` | `6.0`, `6.0.6`, `6.0.6-1` | > Note: There is no 'latest' tag. You'll need to specify which version you want. @@ -32,7 +32,7 @@ This is the [Graylog Enterprise](https://hub.docker.com/r/graylog/graylog-enterp | Java Version | Platform | Tags | |---|---|---| -| OpenJDK 17 | `linux/amd64`, `linux/arm64` | `6.0`, `6.0.5`, `6.0.5-1` | +| OpenJDK 17 | `linux/amd64`, `linux/arm64` | `6.0`, `6.0.6`, `6.0.6-1` | diff --git a/version.yml b/version.yml index 9579170..ea652f8 100644 --- a/version.yml +++ b/version.yml @@ -3,7 +3,7 @@ graylog: major_version: '6' minor_version: '0' - patch_version: '5' + patch_version: '6' release: 1 forwarder: version: '6.0'