Skip to content

Commit fba3efa

Browse files
committed
Remove text from README saying v10 is beta
1 parent d7b6162 commit fba3efa

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,8 @@ This repository contains the *C++ bindings* for the [**Godot Engine**](https://
1515

1616
## Versioning
1717

18-
> [!WARNING]
19-
>
20-
> 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:
21-
> - [`4.5`](https://github.com/godotengine/godot-cpp/tree/4.5)
22-
> - [`godot-4.5-stable`](https://github.com/godotengine/godot-cpp/tree/godot-4.5-stable)
23-
> - [`3.x`](https://github.com/godotengine/godot-cpp/tree/3.x)
24-
2518
Starting with version 10.x, godot-cpp is versioned independently from Godot.
26-
Using the `api_version` parameter (see below), godot-cpp v10 can target Godot 4.3 or later (including 4.6).
27-
28-
Until we have a stable release branch, you can use the `master` branch (v10), or choose any of the previous
29-
version branches and tags for your project.
19+
Using the `api_version` parameter (see below), godot-cpp v10 can target Godot 4.3 or later.
3020

3121
## Compatibility
3222

0 commit comments

Comments
 (0)