summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-04-17 15:26:41 -0100
committerGitHub <noreply@github.com>2023-04-17 15:26:41 -0100
commit7c80556ae4257ccc196428b7ef6d6abf170a4288 (patch)
tree6e5b26c82cbab03a721a3f60cf80f6b9d81f928c
parentb881854460ed4a8c43b81db374b4170988ae0a8a (diff)
parent732c075a3f675f248f4146cc227b2501f1f5d61d (diff)
Merge pull request #1741 from nextcloud/release/0.6.0-rc2v0.6.0-rc2
0.6.0-rc2
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b4e67d46..abc3276b 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
-version+=0.6.0-rc1
+version+=0.6.0-rc2
all: dev-setup lint build-js-production composer
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3254fd3d..7b8a7810 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@
**🕸 Open standards:** We use the established ActivityPub standard!
]]></description>
- <version>0.6.0-rc1</version>
+ <version>0.6.0-rc2</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com" homepage="https://artificial-owl.com/">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>