Skip to content

Commit 258ba89

Browse files
authored
[Zlib_jll] Update version number in tests
1 parent e6f631f commit 258ba89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Zlib_jll/test/runtests.jl

+1-1
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)