From: oilboi <47129783+oilboi@users.noreply.github.com> Date: Fri, 3 Jul 2020 23:40:59 +0000 (-0400) Subject: bump X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=2100305c460a2817f8d36c881c82b40e8289b9bb;p=crafter_client.git bump --- diff --git a/version_send.lua b/version_send.lua index 16de246..db93d6f 100644 --- a/version_send.lua +++ b/version_send.lua @@ -1,5 +1,5 @@ local minetest,name = minetest,minetest.localplayer:get_name() local version_channel = minetest.mod_channel_join(name..":client_version_channel") minetest.after(2,function() -- this needs a few seconds for the mod channel to open up - version_channel:send_all("0.06001") + version_channel:send_all("0.07000") end) \ No newline at end of file