From 1372c7e036d8e6d7d4e5e89719428e5271d6df76 Mon Sep 17 00:00:00 2001 From: David Snopek Date: Wed, 29 Jul 2026 11:33:39 -0500 Subject: [PATCH] Remove text from README saying v10 is beta --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 6ac3b2e56..105ed4f76 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,8 @@ This repository contains the *C++ bindings* for the [**Godot Engine**](https:// ## Versioning -> [!WARNING] -> -> The master branch of godot-cpp (version 10.x) is currently in Beta. You may prefer to choose a previous version to build on top of instead: -> - [`4.5`](https://github.com/godotengine/godot-cpp/tree/4.5) -> - [`godot-4.5-stable`](https://github.com/godotengine/godot-cpp/tree/godot-4.5-stable) -> - [`3.x`](https://github.com/godotengine/godot-cpp/tree/3.x) - Starting with version 10.x, godot-cpp is versioned independently from Godot. -Using the `api_version` parameter (see below), godot-cpp v10 can target Godot 4.3 or later (including 4.6). - -Until we have a stable release branch, you can use the `master` branch (v10), or choose any of the previous -version branches and tags for your project. +Using the `api_version` parameter (see below), godot-cpp v10 can target Godot 4.3 or later. ## Compatibility