Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkalangu committed Oct 6, 2017
1 parent d6448a4 commit 9486ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ import (
)

// Version is the current provider main version
const Version = "0.4.0"
const Version = "0.5.0"

// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
var GitCommit string

//VersionPrerelease is the marker for 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.
var VersionPrerelease = "dev"
var VersionPrerelease = ""

// SemVersion is an instance of version.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a
Expand Down

0 comments on commit 9486ca9

Please sign in to comment.