Skip to content

Commit

Permalink
Bump version: 0.7.0 → 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ionrock committed Oct 25, 2017
1 parent d42e6ff commit e767c25
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0
current_version = 0.7.1
commit = True
tag = True

1 change: 0 additions & 1 deletion envs/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ type Template struct {
}

func (t Template) Apply() (map[string]string, error) {
fmt.Printf("config: %s\n", t.config)
err := toconfig.ApplyTemplate(t.config)
if err != nil {
fmt.Fprintf(os.Stderr, "Error writing template: %q", err)
Expand Down
2 changes: 0 additions & 2 deletions toconfig/toconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ func ApplyTemplate(tmpl string) error {
return err
}

fmt.Printf("config: %#v\n", conf)

err = conf.Execute()
if err != nil {
return err
Expand Down

0 comments on commit e767c25

Please sign in to comment.