File tree 1 file changed +4
-4
lines changed
contributing/development/compiling 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ You can then download and extract the source from the download link on the page.
42
42
With ``git ``, you can also clone a stable release by specifying its branch or tag
43
43
after the ``--branch `` (or just ``-b ``) argument::
44
44
45
- # Clone the continuously maintained stable branch (`4.3 ` as of writing).
46
- git clone https://github.com/godotengine/godot.git -b 4.3
45
+ # Clone the continuously maintained stable branch (`4.4 ` as of writing).
46
+ git clone https://github.com/godotengine/godot.git -b 4.4
47
47
48
- # Clone the `4.3 -stable` tag. This is a fixed revision that will never change.
49
- git clone https://github.com/godotengine/godot.git -b 4.3 -stable
48
+ # Clone the `4.4 -stable` tag. This is a fixed revision that will never change.
49
+ git clone https://github.com/godotengine/godot.git -b 4.4 -stable
50
50
51
51
# After cloning, optionally go to a specific commit.
52
52
# This can be used to access the source code at a specific point in time,
You can’t perform that action at this time.
0 commit comments