aboutsummaryrefslogtreecommitdiff
path: root/startup.lua
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-10-17 13:11:26 -0400
committerAndrew Lee <alee14498@gmail.com>2019-10-17 13:11:26 -0400
commitaa4e280b69493b013385fee5c8c45725d0e9366e (patch)
treeb8a3ae39de9d0b1d232f038d30da7b5248aa702a /startup.lua
parentfe08446d84e0aa939780ad013f0545778703da6d (diff)
downloadbits-UI-aa4e280b69493b013385fee5c8c45725d0e9366e.tar.gz
bits-UI-aa4e280b69493b013385fee5c8c45725d0e9366e.tar.bz2
bits-UI-aa4e280b69493b013385fee5c8c45725d0e9366e.zip
stuff
Diffstat (limited to 'startup.lua')
-rw-r--r--startup.lua4
1 files changed, 2 insertions, 2 deletions
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()