#319 updated installer version

This commit is contained in:
Mikayla Fischler 2023-08-22 19:56:47 -04:00
parent 3dc1a06969
commit 57d50e6745

View File

@ -18,7 +18,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
local function println(message) print(tostring(message)) end
local function print(message) term.write(tostring(message)) end
local CCMSI_VERSION = "v1.9"
local CCMSI_VERSION = "v1.9a"
local install_dir = "/.install-cache"
local manifest_path = "https://mikaylafischler.github.io/cc-mek-scada/manifests/"