Skip to content

Commit

Permalink
Update version to 6.0.1. (#720)
Browse files Browse the repository at this point in the history
Update version to 6.0.1.
  • Loading branch information
grynspan authored Sep 20, 2024
1 parent 9aa8076 commit 3249409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/LibraryVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# The current version of the Swift Testing release. For release branches,
# remember to remove -dev.
set(SWT_TESTING_LIBRARY_VERSION "6.0")
set(SWT_TESTING_LIBRARY_VERSION "6.0.1")

find_package(Git QUIET)
if(Git_FOUND)
Expand Down

0 comments on commit 3249409

Please sign in to comment.