Skip to content

Commit 04255f3

Browse files
committed
Update the reported library version for 6.0.1.
**Explanation:** Update the reported library version for 6.0.1. **Scope:** 6.0.1 **Issue:** N/A **Original PR:** N/A **Risk:** None **Testing:** N/A (normal CI) **Reviewer:** @briancroom
1 parent 6c447c3 commit 04255f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/LibraryVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

1313
find_package(Git QUIET)
1414
if(Git_FOUND)

0 commit comments

Comments
 (0)