Skip to content

Commit 74ed80b

Browse files
authored
Merge pull request #175 from Unity-Technologies/UNI-27536-change-version-1.0.0b1
update version to 1.0.0b1
2 parents 2b9452e + 404bcb1 commit 74ed80b

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
@@ -23,7 +23,7 @@ endif()
2323
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")
2424

2525
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
26-
set(PACKAGE_VERSION "1.0.0f1")
26+
set(PACKAGE_VERSION "1.0.0b1")
2727
endif()
2828
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
2929

0 commit comments

Comments
 (0)