diff --git a/shared/consts.go b/shared/consts.go index a6c90a63b..94ef56cf9 100644 --- a/shared/consts.go +++ b/shared/consts.go @@ -17,5 +17,5 @@ const ( BasenineHost = "127.0.0.1" BaseninePort = "9099" BasenineImageRepo = "ghcr.io/up9inc/basenine" - BasenineImageTag = "v0.3.0" + BasenineImageTag = "v0.4.6" )