From 089dd28d05ab703bf5332284a9fc17722a70ae66 Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Fri, 7 Jul 2023 17:45:31 +0200 Subject: [PATCH] Bump mod version. --- build.properties | 2 +- .../assets/opencomputers/loot/openos/lib/core/boot.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index 65729b05c9..0787ea4c98 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,7 @@ minecraft.version=1.7.10 forge.version=10.13.4.1614-1.7.10 -oc.version=1.8.0-snapshot +oc.version=1.8.3-snapshot ae2.version=rv2-stable-10 bc.version=7.1.24 diff --git a/src/main/resources/assets/opencomputers/loot/openos/lib/core/boot.lua b/src/main/resources/assets/opencomputers/loot/openos/lib/core/boot.lua index 2955da2921..c18cc4c951 100644 --- a/src/main/resources/assets/opencomputers/loot/openos/lib/core/boot.lua +++ b/src/main/resources/assets/opencomputers/loot/openos/lib/core/boot.lua @@ -1,7 +1,7 @@ -- called from /init.lua local raw_loadfile = ... -_G._OSVERSION = "OpenOS 1.8.2" +_G._OSVERSION = "OpenOS 1.8.3" -- luacheck: globals component computer unicode _OSVERSION local component = component