Skip to content

Commit

Permalink
bump version to v1.0.4-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
infamousjoeg committed May 10, 2020
1 parent 38dddbd commit ccb6b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/conceal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ccb6b5f

Please sign in to comment.