diff --git a/README.md b/README.md index af948e2..b2b3de4 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.3`**. +The latest stable version of Graylog is **`6.0.4`**. ## 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.3`, `6.0.3-1` | +| OpenJDK 17 | `linux/amd64`, `linux/arm64` | `6.0`, `6.0.4`, `6.0.4-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.3`, `6.0.3-1` | +| OpenJDK 17 | `linux/amd64`, `linux/arm64` | `6.0`, `6.0.4`, `6.0.4-1` | diff --git a/version.yml b/version.yml index 323e446..59e8421 100644 --- a/version.yml +++ b/version.yml @@ -3,7 +3,7 @@ graylog: major_version: '6' minor_version: '0' - patch_version: '3' + patch_version: '4' release: 1 forwarder: version: '6.0'