Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Apr 27, 2018
1 parent 1a01c92 commit 6a3eeb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ var (
GitDescribe string

// The main version number that is being run at the moment.
Version = "0.8.4"
Version = "0.8.3"

// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "dev"
VersionPrerelease = ""

// VersionMetadata is metadata further describing the build type.
VersionMetadata = ""
Expand Down
2 changes: 1 addition & 1 deletion version/version_ent.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func init() {
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "dev"
VersionPrerelease = ""

// Metadata specifies the type of binary other than the default open-source
// version, such as "ent", "pro", etc.
Expand Down
2 changes: 1 addition & 1 deletion version/version_pro.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func init() {
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "dev"
VersionPrerelease = ""

// Metadata specifies the type of binary other than the default open-source
// version, such as "ent", "pro", etc.
Expand Down

0 comments on commit 6a3eeb7

Please sign in to comment.