From 532d9ef24b5003121352d657a5dbd1d2455d6a11 Mon Sep 17 00:00:00 2001 From: raphasampaio Date: Thu, 12 Dec 2024 14:07:40 -0300 Subject: [PATCH] Fixed --- src/util.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.jl b/src/util.jl index c78312b..a4a2ef7 100644 --- a/src/util.jl +++ b/src/util.jl @@ -24,7 +24,7 @@ function write_version_jl( path::AbstractString, sha1::AbstractString, date::AbstractString, - pkg_version::VersionNumber, + pkg_version::Union{VersionNumber, String}, pkg_build_date::AbstractString, ) open(joinpath(path, "version.jl"), "w") do io