Skip to content

Commit

Permalink
bump up the version 0.11.0 dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveengostu authored Jun 22, 2018
1 parent 9a25857 commit df4e9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/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.10.0"
const Version = "0.11.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 = ""
var VersionPrerelease = "dev"

// 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 df4e9c9

Please sign in to comment.