From 14480fe48b2fee97100f9f1b3f3e6d0aa07d16e2 Mon Sep 17 00:00:00 2001 From: twoone3l <3197653242@qq.com> Date: Fri, 1 Oct 2021 21:04:10 +0800 Subject: [PATCH] 1.8.1 update, fixed getEnderChestContainer --- mod/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/Version.h b/mod/Version.h index 5018d851..25af3fec 100644 --- a/mod/Version.h +++ b/mod/Version.h @@ -1,5 +1,5 @@ #pragma once constexpr unsigned PYR_MAJOR_VERSION = 1; constexpr unsigned PYR_MINOR_VERSION = 8; -constexpr unsigned PYR_MICRO_VERSION = 0; -constexpr const char* PYR_VERSION = "v1.8.0"; \ No newline at end of file +constexpr unsigned PYR_MICRO_VERSION = 1; +constexpr const char* PYR_VERSION = "v1.8.1"; \ No newline at end of file