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