Skip to content

Commit

Permalink
*: bump version to 0.0.6+git and set template to master (operator-fra…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNPavel authored Sep 5, 2018
1 parent cb89692 commit 7e6987c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Unreleased

### Added
### Removed
### Changed
### Fixed
### Deprecated
### Security

## v0.0.6

### Added
Expand Down
4 changes: 2 additions & 2 deletions pkg/generator/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ required = [
[[constraint]]
name = "github.com/operator-framework/operator-sdk"
# The version rule is used for a specific release and the master branch for in between releases.
# branch = "master"
version = "=v0.0.6"
branch = "master"
# version = "=v0.0.6"
`

const projectGitignoreTmpl = `
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
package version

var (
Version = "0.0.6"
Version = "0.0.6+git"
)

0 comments on commit 7e6987c

Please sign in to comment.