aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/GraphNode.xml
diff options
context:
space:
mode:
authorHein-Pieter van Braam2018-02-24 18:59:38 +0100
committerHein-Pieter van Braam2018-02-24 18:59:38 +0100
commit5f15642fde5db2caf823fc984626a95ca7c65c79 (patch)
treec9e6bb5083752e9fb8706698345132ef4338c62b /doc/classes/GraphNode.xml
parent17d7084780553d8592c2a61d725400e5da8c7e66 (diff)
downloadgodot-5f15642fde5db2caf823fc984626a95ca7c65c79.tar.gz
godot-5f15642fde5db2caf823fc984626a95ca7c65c79.tar.zst
godot-5f15642fde5db2caf823fc984626a95ca7c65c79.zip
Update doc version strings to 3.0.1
Diffstat (limited to 'doc/classes/GraphNode.xml')
-rw-r--r--doc/classes/GraphNode.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/GraphNode.xml b/doc/classes/GraphNode.xml
index ce8cb053c..b9d780cce 100644
--- a/doc/classes/GraphNode.xml
+++ b/doc/classes/GraphNode.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="GraphNode" inherits="Container" category="Core" version="3.0-stable">
+<class name="GraphNode" inherits="Container" category="Core" version="3.0.1">
<brief_description>
A GraphNode is a container with several input and output slots allowing connections between GraphNodes. Slots can have different, incompatible types.
</brief_description>