diff --git a/pkg/conceal/version.go b/pkg/conceal/version.go index 3916a74..9f9333b 100644 --- a/pkg/conceal/version.go +++ b/pkg/conceal/version.go @@ -3,7 +3,7 @@ package conceal import "fmt" // Version field is a SemVer that should indicate the baked-in version of conceal -var Version = "1.0.3" +var Version = "1.0.4" // Tag field denotes the specific build type for the broker. It may be replaced by compile-time variables if needed to // provide the git commit information in the final binary.