From: oilboi <47129783+oilboi@users.noreply.github.com> Date: Sat, 27 Jun 2020 22:22:24 +0000 (-0400) Subject: Bump up client mod version X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=2a7d0c35376a42cdafb9f61d7aec827b77955b18;p=crafter_client.git Bump up client mod version --- diff --git a/version_send.lua b/version_send.lua index e7c7549..ab7bf82 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.05011") + version_channel:send_all("0.06000") end) \ No newline at end of file