From ad80f7c83645fad08741cba1fdd0f97f18430af1 Mon Sep 17 00:00:00 2001 From: Jacob Date: Wed, 24 Jan 2024 12:07:04 +0100 Subject: [PATCH] Update some versions for next release --- PACKAGING.md | 2 +- SECURITY.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PACKAGING.md b/PACKAGING.md index 55d7909e..5cd572a7 100644 --- a/PACKAGING.md +++ b/PACKAGING.md @@ -9,7 +9,7 @@ The following distributions also have binary packages available through their re ## Requirements Rymdport compiles into a statically linked binary with no explicit runtime dependencies. -Compiling requires a [Go](https://go.dev) compiler (aversion 1.18 or later is required) and the [prerequisites for Fyne](https://developer.fyne.io/started/). +Compiling requires a [Go](https://go.dev) compiler (aversion 1.20 or later is required) and the [prerequisites for Fyne](https://developer.fyne.io/started/). ## Downloading the source diff --git a/SECURITY.md b/SECURITY.md index 9c559079..84c74c2f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,8 +9,8 @@ If a new Go compiler version is released with security fixes, we will issue reco | Version | Supported | | ------- | ------------------ | -| 3.5.x | :white_check_mark: | -| < 3.5.0 | :x: | +| 3.6.x | :white_check_mark: | +| < 3.6.0 | :x: | ## Reporting a Vulnerability