Skip to content

Commit 7d70c58

Browse files
authored
pkg/scaffold,version: bump to v0.1.0-git (#683)
1 parent 67c4a28 commit 7d70c58

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pkg/scaffold/gopkgtoml.go

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

pkg/scaffold/gopkgtoml_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ required = [
7575
[[constraint]]
7676
name = "github.com/operator-framework/operator-sdk"
7777
# The version rule is used for a specific release and the master branch for in between releases.
78-
# branch = "master" #osdk_branch_annotation
79-
version = "=v0.1.0" #osdk_version_annotation
78+
branch = "master" #osdk_branch_annotation
79+
# version = "=v0.1.0" #osdk_version_annotation
8080
8181
[prune]
8282
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.1.0"
18+
Version = "v0.1.0+git"
1919
)

0 commit comments

Comments
 (0)