Skip to content

Commit

Permalink
Updated version to v3.0.0-release (#15)
Browse files Browse the repository at this point in the history
* Update version to match windows branch release

* Add conceal executable for Darwin
  • Loading branch information
infamousjoeg committed Dec 1, 2020
1 parent 532f6c1 commit 1436103
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

Binary file added bin/conceal
Binary file not shown.
4 changes: 2 additions & 2 deletions pkg/conceal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package conceal
import "fmt"

// Version field is a SemVer that should indicate the baked-in version of conceal
var Version = "2.0.1"
var Version = "3.0.0"

// 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.
var Tag = "dev"
var Tag = "release"

// FullVersionName is the user-visible aggregation of version and tag of this codebase
var FullVersionName = fmt.Sprintf("%s-%s", Version, Tag)

0 comments on commit 1436103

Please sign in to comment.