Skip to content

Commit

Permalink
Merge pull request #46 from psrenergy/rs/fix
Browse files Browse the repository at this point in the history
Fix clean_version_jl
  • Loading branch information
raphasampaio authored Dec 12, 2024
2 parents a6b7b30 + 532d9ef commit 4799b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4799b8b

Please sign in to comment.