Browse Source

Merge pull request #44449 from nextcloud/release/29.0.0_beta_6

tags/v29.0.0beta6^0
Benjamin Gaussorgues 2 months ago
parent
commit
ca4f337593
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      version.php

+ 2
- 2
version.php View File

// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level // between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
// when updating major/minor version number. // when updating major/minor version number.


$OC_Version = [29, 0, 0, 12];
$OC_Version = [29, 0, 0, 13];


// The human-readable string // The human-readable string
$OC_VersionString = '29.0.0 beta 5';
$OC_VersionString = '29.0.0 beta 6';


$OC_VersionCanBeUpgradedFrom = [ $OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [ 'nextcloud' => [

Loading…
Cancel
Save