Skip to content

Commit e5494b9

Browse files
authored
Revert "pkg/scaffold,version,changelog: bump to v0.2.0 (again) (#794)"
This reverts commit b574106.
1 parent b574106 commit e5494b9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.2.0
1+
## Unreleased
22

33
### Changed
44

pkg/scaffold/gopkgtoml.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ required = [
8585
[[constraint]]
8686
name = "github.com/operator-framework/operator-sdk"
8787
# The version rule is used for a specific release and the master branch for in between releases.
88-
# branch = "v0.2.x" #osdk_branch_annotation
89-
version = "=v0.2.0" #osdk_version_annotation
88+
branch = "master" #osdk_branch_annotation
89+
# version = "=v0.1.1" #osdk_version_annotation
9090
9191
[prune]
9292
go-tests = true

pkg/scaffold/gopkgtoml_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ required = [
7777
[[constraint]]
7878
name = "github.com/operator-framework/operator-sdk"
7979
# The version rule is used for a specific release and the master branch for in between releases.
80-
# branch = "v0.2.x" #osdk_branch_annotation
81-
version = "=v0.2.0" #osdk_version_annotation
80+
branch = "master" #osdk_branch_annotation
81+
# version = "=v0.1.1" #osdk_version_annotation
8282
8383
[prune]
8484
go-tests = true

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
package version
1616

1717
var (
18-
Version = "v0.2.0"
18+
Version = "v0.1.1+git"
1919
)

0 commit comments

Comments
 (0)