diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-11-11 15:49:58 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-11-11 15:49:58 +0100 |
commit | 5b0854cd30ff7d35192e99b83709da3c6c579924 (patch) | |
tree | 7bec463eb3240d82125f49b7ae3a38b170bff059 /version.php | |
parent | 5cb7d247e2f9404a40873daf29e553bd43b09957 (diff) | |
download | nextcloud-server-5b0854cd30ff7d35192e99b83709da3c6c579924.tar.gz nextcloud-server-5b0854cd30ff7d35192e99b83709da3c6c579924.zip |
bump last version digit for rebuildv21.0.6
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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 6db61ae90e6..61dc45f39e9 100644 --- a/version.php +++ b/version.php @@ -30,7 +30,7 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [21, 0, 6, 1]; +$OC_Version = [21, 0, 6, 2]; // The human readable string $OC_VersionString = '21.0.6'; |