Skip to content

Commit 17f94b2

Browse files
committed
[Zlib_jll] Update version number in tests
1 parent cca4076 commit 17f94b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Zlib_jll/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
using Test, Zlib_jll
44

55
@testset "Zlib_jll" begin
6-
@test VersionNumber(unsafe_string(ccall((:zlibVersion, libz), Cstring, ()))) == v"1.2.12"
6+
@test VersionNumber(unsafe_string(ccall((:zlibVersion, libz), Cstring, ()))) == v"1.2.13"
77
end

0 commit comments

Comments
 (0)