From d8a0302c5e41f92b3526dc0e5e369e0df3d22023 Mon Sep 17 00:00:00 2001 From: RedoC <59589012+RedoC-github@users.noreply.github.com> Date: Tue, 5 Oct 2021 16:33:13 +0900 Subject: [PATCH] Update build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index aec5ee4..e7cc7da 100644 --- a/build.sh +++ b/build.sh @@ -6,11 +6,11 @@ echo -e "\033[92m██║███╗██║██║ ██║██╔═ echo -e "\033[92m╚███╔███╔╝╚██████╔╝██║ ███████║███████╗██║ ██║██║ ╚████║╚██████╔╝\033[m" echo -e "\033[92m ╚══╝╚══╝ ╚═════╝ ╚═╝ ╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ \033[m" echo -e "\n" -echo -e "✨ \033[1mWopslang v0.1 alpha Builder\033[m" +echo -e "✨ \033[1mWopslang v0.1.1 alpha Builder\033[m" echo -e "\033[91mWarning: This is alpha version. Some critical issues might be appeared.\033[m" echo -e -n "- make..." make echo -e -n "- path setting..." PATH="$PATH:." echo -e " Done ✅" -echo -e "\033[94mDone! Happy coding with Wopslang :)\033[m" \ No newline at end of file +echo -e "\033[94mDone! Happy coding with Wopslang :)\033[m"