Browse Source

Merge pull request #44361 from nextcloud/release/29.0.0_beta_5

Benjamin Gaussorgues 1 month ago
parent
commit
4fbfd05c61
1 changed files with 2 additions and 2 deletions
  1. 2 2
      version.php

+ 2 - 2
version.php

@@ -30,10 +30,10 @@
 // between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
 // when updating major/minor version number.
 
-$OC_Version = [29, 0, 0, 11];
+$OC_Version = [29, 0, 0, 12];
 
 // The human-readable string
-$OC_VersionString = '29.0.0 beta 4';
+$OC_VersionString = '29.0.0 beta 5';
 
 $OC_VersionCanBeUpgradedFrom = [
 	'nextcloud' => [