From aa4e280b69493b013385fee5c8c45725d0e9366e Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 17 Oct 2019 13:11:26 -0400 Subject: stuff --- startup.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'startup.lua') diff --git a/startup.lua b/startup.lua index 8456680..fc472cc 100644 --- a/startup.lua +++ b/startup.lua @@ -23,7 +23,7 @@ function bootloader() print("Welcome to the BUBL boot loader!\n") term.setCursorPos(1,2) if fs.exists("/.git") then - print("Version ".. bVersion .. "-GIT") + print("Version ".. bVersion .. "-DEV") else print("Version ".. bVersion) end @@ -109,4 +109,4 @@ else end clear() bootloader() -bootloaderInput() \ No newline at end of file +bootloaderInput() -- cgit v1.2.3