Skip to content

Commit

Permalink
Merge pull request #3875 from owncloud/release-2.0.0-beta2
Browse files Browse the repository at this point in the history
[full-ci] prepare release, bump version
  • Loading branch information
micbar authored May 25, 2022
2 parents e94e625 + cdcf174 commit a9101d8
Show file tree
Hide file tree
Showing 25 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion changelog/CHANGELOG.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ $version := .Version -}}
{{/* ocis beta program */ -}}
{{ if eq .Version "2.0.0" -}}
{{ $version = (printf "%v-%v" $version "beta1") -}}
{{ $version = (printf "%v-%v" $version "beta2") -}}
{{ end -}}
{{ if gt (len $allVersions) 1 -}}
# Changelog for [{{ $version }}] ({{ .Date }})
Expand Down
2 changes: 1 addition & 1 deletion ocis-pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
// LatestTag is the latest released version plus the dev meta version.
// Will be overwritten by the release pipeline
// Needs a manual change for every tagged release
LatestTag = "2.0.0-beta1+dev"
LatestTag = "2.0.0-beta2+dev"

// Date indicates the build date.
Date = time.Now().Format("20060102")
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sonar.projectKey=owncloud_ocis
sonar.organization=owncloud-1
sonar.projectName=ocis
sonar.projectVersion=2.0.0-beta1
sonar.projectVersion=2.0.0-beta2
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down

0 comments on commit a9101d8

Please sign in to comment.