diff options
author | Julien Veyssier <julien-nc@posteo.net> | 2024-07-17 12:35:13 +0200 |
---|---|---|
committer | Julien Veyssier <julien-nc@posteo.net> | 2024-07-22 11:34:29 +0200 |
commit | fffc7847693080318b759bfa0c0a683325b536b5 (patch) | |
tree | ba32ce212a605100dddaffb3a93d4b8690b7ac50 /version.php | |
parent | fadef0c7ba8e6e6c52a54c0e0c5c27949b165183 (diff) | |
download | nextcloud-server-fffc7847693080318b759bfa0c0a683325b536b5.tar.gz nextcloud-server-fffc7847693080318b759bfa0c0a683325b536b5.zip |
feat(taskprocessing): add support for webhooks (http or AppAPI) in the task processing API
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 28e91a4702c..44fbf088d31 100644 --- a/version.php +++ b/version.php @@ -9,7 +9,7 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level // when updating major/minor version number. -$OC_Version = [30, 0, 0, 1]; +$OC_Version = [30, 0, 0, 2]; // The human-readable string $OC_VersionString = '30.0.0 dev'; |