Skip to content

Commit

Permalink
Merge pull request #3 from asteris-llc/feature/0.2.0-rc1
Browse files Browse the repository at this point in the history
Feature/0.2.0 rc1
  • Loading branch information
stevendborrelli authored Oct 27, 2016
2 parents 8455b62 + 2ad48df commit c657ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion converge/resource_provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
const (
installURL = "https://raw.githubusercontent.com/asteris-llc/converge/master/install-converge.sh"
defaultInstallDir = binaryDir
defaultVersion = "0.3.0-beta3"
defaultVersion = "0.3.0"
)

type Provisioner struct {
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

const Name = "terraform-provisioner-converge"
const Version = "0.2.0-beta1"
const Version = "0.2.0"

func main() {
plugin.Serve(&plugin.ServeOpts{
Expand Down

0 comments on commit c657ad9

Please sign in to comment.