Skip to content

Commit

Permalink
[6.1] Remove '-dev' from package version (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
grynspan authored Nov 19, 2024
1 parent ab18b73 commit 1df9545
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.1-dev")
set(SWT_TESTING_LIBRARY_VERSION "6.1")

find_package(Git QUIET)
if(Git_FOUND)
Expand Down

0 comments on commit 1df9545

Please sign in to comment.