Skip to content

Commit

Permalink
fix version printing
Browse files Browse the repository at this point in the history
  • Loading branch information
korbinian90 committed Dec 2, 2024
1 parent 151a128 commit deb6f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ function saveconfiguration(options::Options, path=options.writesteps)
println(io, "$fname: " * string(val))
end
end
println(io, "CLEARSWI.jl github version-tag: " * pkgversion(CLEARSWI))
println(io, "CLEARSWI.jl github version-tag: $(pkgversion(CLEARSWI))")
end
end

0 comments on commit deb6f4e

Please sign in to comment.