Skip to content

Commit 9201b72

Browse files
authored
Update MODLOADER_VERSION
1 parent 90c4d67 commit 9201b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endif()
1919
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
2020
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++")
2121

22-
set(MODLOADER_VERSION "Preview 3")
22+
set(MODLOADER_VERSION "v0.0.1-alpha4")
2323

2424
add_subdirectory(dep/funchook)
2525

0 commit comments

Comments
 (0)