Skip to content

Commit

Permalink
release 7.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Koberg <[email protected]>
  • Loading branch information
Julian Koberg authored and Julian Koberg committed Feb 7, 2025
1 parent 860e1ad commit 1f2f50f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=264014d2f2a216de72114e5453cfa684ab275978
WEB_BRANCH=stable-11.0
WEB_COMMITID=fcad45acafde55a14c2b285bd4a373e113893bb7
WEB_BRANCH=stable-11.0-correct
6 changes: 6 additions & 0 deletions changelog/7.0.1_2025-02-07/update-web-to-v11.0.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Update Web to v11.0.7

- Bugfix [owncloud/web#12167](https://github.com/owncloud/web/pull/12167): Replace text editor: #12167

https://github.com/owncloud/ocis/pull/10978
https://github.com/owncloud/web/releases/tag/v11.0.7
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 = "7.0.0+dev"
LatestTag = "7.0.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 services/web/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v11.0.6
WEB_ASSETS_VERSION = v11.0.7

include ../../.make/recursion.mk

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=7.0.0
sonar.projectVersion=7.0.1
sonar.host.url=https://sonarcloud.io

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

0 comments on commit 1f2f50f

Please sign in to comment.