From da603f347df7c660c886b84b977193bd0c0d8448 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 28 Jul 2024 15:22:10 +0000 Subject: [PATCH] Bump version to 1.0.1 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 11db86f..3e4d315 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12) # Mod Options project(Atlas CXX ASM_NASM) -set(MOD_VERSION "1.0.0") +set(MOD_VERSION "1.0.1") set(MOD_AUTHOR "Adrian8115, FrederoxDev, OuterCloud") # Amethyst Minecraft Folder @@ -57,4 +57,4 @@ if (CI_CD_BUILD) add_subdirectory("${CMAKE_SOURCE_DIR}/amethyst/AmethystAPI" "build") else() add_subdirectory("$ENV{amethyst_src}/AmethystAPI" "build") -endif() \ No newline at end of file +endif()