From 818ae60205109f298e5d0484b28aefb35262390a Mon Sep 17 00:00:00 2001 From: Rey Beebe Date: Mon, 5 Dec 2022 19:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9CVersion=20Update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addons/panku_console/console.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/panku_console/console.gd b/addons/panku_console/console.gd index 55e12e0..cbefac7 100644 --- a/addons/panku_console/console.gd +++ b/addons/panku_console/console.gd @@ -232,7 +232,7 @@ func _ready(): assert(get_tree().current_scene != self, "Do not run this directly") output("[b][color=burlywood][ Panku Console ][/color][/b]") - output("[color=burlywood][b][color=burlywood]Version 1.0.1[/color][/b][/color]") + output("[color=burlywood][b][color=burlywood]Version 1.1.23[/color][/b][/color]") output("[color=burlywood][b]Check [color=green]default_env.gd[/color] or simply type [color=green]help[/color] to see what you can do now![/b][/color]") output("[color=burlywood][b]For more info, please visit: [color=green][url=https://github.com/Ark2000/PankuConsole]project github page[/url][/color][/b][/color]") output("")