Skip to content

Commit

Permalink
Remove hardcoded version. (#2206)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Apr 8, 2024
1 parent 6e6f62e commit 7733119
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ if ("${TOIT_GIT_VERSION}" STREQUAL "")
# that should be good enough.
compute_git_version(TOIT_GIT_VERSION)
endif()
# TODO(florian): remove the following hard-coded version number before releasing.
set(TOIT_GIT_VERSION "v2.0.0-alpha.144")

set(TOIT_SDK_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})

Expand Down

0 comments on commit 7733119

Please sign in to comment.