summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-04-03 15:04:38 -0100
committerGitHub <noreply@github.com>2023-04-03 15:04:38 -0100
commiteac9f58f414ed5cfc377bfb52ec4126432001e4d (patch)
treed79be019a9d6699062ab375c61c65ceeb836499c
parenta3b4a222b40c2a7d2bccc7f42d3e35f7e7bfa672 (diff)
parente1f0c2f8f1f4f4eaebaf41f24bb1e28b25472569 (diff)
Merge pull request #1711 from nextcloud/release/0.6.0-beta6v0.6.0-beta6
0.6.0-beta6
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ec4fe695..082f08eb 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-beta5
+version+=0.6.0-beta6
all: dev-setup lint build-js-production composer
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0c78c914..43637d96 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-beta5</version>
+ <version>0.6.0-beta6</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>