diff options
author | Joas Schilling <coding@schilljs.com> | 2020-03-27 08:14:13 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-03-27 08:14:13 +0100 |
commit | 831d2536e8aa2262bbfcd4e0ec30c0cea1bb6234 (patch) | |
tree | 6425e47eccf0592bf637cb037229ef0ddb0cd1aa /version.php | |
parent | 91a39ec03d986a431afeb9459d4c65348a4e4b34 (diff) | |
download | nextcloud-server-831d2536e8aa2262bbfcd4e0ec30c0cea1bb6234.tar.gz nextcloud-server-831d2536e8aa2262bbfcd4e0ec30c0cea1bb6234.zip |
Bump version on stable18
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 ffb1e7c1482..bee72414087 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(18, 0, 2, 2); +$OC_Version = array(18, 0, 3, 0); // The human readable string -$OC_VersionString = '18.0.2'; +$OC_VersionString = '18.0.3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |