Skip to content

Commit

Permalink
chore: prepare release, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Nov 7, 2024
1 parent f11e3e0 commit 9e06185
Show file tree
Hide file tree
Showing 28 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# NOTE: need to be updated if new production releases are determined
# - follow semver
# - omit 'v' prefix
PRODUCTION_RELEASE_TAGS = ["5.0", "7.0.0"]
PRODUCTION_RELEASE_TAGS = ["5.0", "7.0"]

# images
ALPINE_GIT = "alpine/git:latest"
Expand Down
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.
File renamed without changes.
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 = "6.6.1+dev"
LatestTag = "7.0.0-rc.1+dev"

// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions
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=6.6.1
sonar.projectVersion=7.0.0-rc.1
sonar.host.url=https://sonarcloud.io

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

0 comments on commit 9e06185

Please sign in to comment.