From 579f4a5bd29d76c7379ec9754705e8e9291ff371 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 5 Mar 2019 13:32:12 -0500 Subject: Added dev mode for now --- system/boot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/boot.lua b/system/boot.lua index 6ba6a18..3061d57 100644 --- a/system/boot.lua +++ b/system/boot.lua @@ -1,7 +1,7 @@ -- bits-UI: An operating system for ComputerCraft. Licensed with GPL-3.0. -local version = "1.0 Alpha 1" +local version = "1.0 Alpha 2" local desktop = "/system/desktop.lua" term.clear() -- cgit v1.2.3