diff --git a/README.md b/README.md index c843f35..40ed1d8 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.0`**. +The latest stable version of Graylog is **`6.0.1`**. ## 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.0`, `6.0.0-1` | +| OpenJDK 17 | `linux/amd64`, `linux/arm64` | `6.0`, `6.0.1`, `6.0.1-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.0`, `6.0.0-1` | +| OpenJDK 17 | `linux/amd64`, `linux/arm64` | `6.0`, `6.0.1`, `6.0.1-1` | diff --git a/version.yml b/version.yml index 9e8cf1d..0845f0b 100644 --- a/version.yml +++ b/version.yml @@ -3,7 +3,7 @@ graylog: major_version: '6' minor_version: '0' - patch_version: '0' + patch_version: '1' release: 1 forwarder: version: '6.0'