Skip to content

Commit

Permalink
Correct version string to 9.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasReschke authored Sep 14, 2016
1 parent 8d1a592 commit 908cbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = array(9, 1, 0, 17);
$OC_Version = array(9, 1, 1, 0);

// The human readable string
$OC_VersionString = '10.0.1 RC1';
Expand Down

0 comments on commit 908cbce

Please sign in to comment.