diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-01-02 14:21:30 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-01-05 10:55:24 +0100 |
commit | 11c6186087acf53ada630914595a4e73f5fc13ad (patch) | |
tree | 29b6e773c4cb803f0d6e36305619232c7a382dac /version.php | |
parent | 05bcdf937b9976de560192a3b06c21e5b6ea7774 (diff) | |
download | nextcloud-server-11c6186087acf53ada630914595a4e73f5fc13ad.tar.gz nextcloud-server-11c6186087acf53ada630914595a4e73f5fc13ad.zip |
13.0.0 beta 4
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 53272cf32fe..c94a897f4e7 100644 --- a/version.php +++ b/version.php @@ -29,10 +29,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(13, 0, 0, 8); +$OC_Version = array(13, 0, 0, 9); // The human readable string -$OC_VersionString = '13.0.0 Beta 3'; +$OC_VersionString = '13.0.0 Beta 4'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |