Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
1.8.1 update, fixed getEnderChestContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
twoone3l committed Oct 1, 2021
1 parent 54fe96c commit 14480fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/Version.h
Original file line number Diff line number Diff line change
@@ -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";
constexpr unsigned PYR_MICRO_VERSION = 1;
constexpr const char* PYR_VERSION = "v1.8.1";

0 comments on commit 14480fe

Please sign in to comment.