diff options
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 581f03f2a55..1b671b53aee 100644 --- a/version.php +++ b/version.php @@ -6,7 +6,7 @@ $OC_Version=array(8, 0, 1, 0); // The human readable string -$OC_VersionString='8.0.1 RC1'; +$OC_VersionString='8.0.1'; // The ownCloud channel $OC_Channel='git'; |