BazerUtils.jl

Assorted Julia utilities including custom logging
Log | Files | Refs | README | LICENSE

commit d706ce71dd256756537cfec82027fdbea5cab8cc
parent 37238315aaf313549262d8f39b5797b13a7c4137
Author: Erik Loualiche <[email protected]>
Date:   Thu,  5 Jun 2025 16:08:16 -0500

correct pointer

Diffstat:
Mdocs/make.jl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/make.jl b/docs/make.jl @@ -54,7 +54,7 @@ deploydocs(; branch = "gh-pages", devbranch = "main", # or "master" versions = [ - "stable" => "0.8.0", + "stable" => "0.8.1", "dev" => "dev", ], )