Skip to content

Commit

Permalink
Merge pull request #59 from open-component-model/new-release-docs-for…
Browse files Browse the repository at this point in the history
…-deployment-update

feat: add release for v0.6.2
  • Loading branch information
morri-son authored Sep 11, 2023
2 parents 465e246 + 7aef8bc commit fa0a225
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/release_notes/v0.6.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Release 0.6.2

Increase the memory of the deployment.
2 changes: 1 addition & 1 deletion pkg/version/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package version

// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
var ReleaseVersion = "v0.6.1"
var ReleaseVersion = "v0.6.2"

// ReleaseCandidate is the release candidate ID in format "rc.X", which will be appended to the release version.
var ReleaseCandidate = "rc.1"

0 comments on commit fa0a225

Please sign in to comment.