We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29fdba commit 865e0eeCopy full SHA for 865e0ee
pkg/conceal/version.go
@@ -3,7 +3,7 @@ package conceal
3
import "fmt"
4
5
// Version field is a SemVer that should indicate the baked-in version of conceal
6
-var Version = "1.0.1"
+var Version = "1.0.2"
7
8
// Tag field denotes the specific build type for the broker. It may be replaced by compile-time variables if needed to
9
// provide the git commit information in the final binary.
0 commit comments