Skip to content

Commit

Permalink
5.0.14a
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Karlitschek committed Dec 18, 2013
1 parent 5e5dcc2 commit 5e1fc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/util.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ public static function tearDownFS() {
public static function getVersion() {
// hint: We only can count up. Reset minor/patchlevel when
// updating major/minor version number.
return array(5, 00, 27);
return array(5, 00, 28);
}

/**
* get the current installed version string of ownCloud
* @return string
*/
public static function getVersionString() {
return '5.0.14';
return '5.0.14a';
}

/**
Expand Down

0 comments on commit 5e1fc51

Please sign in to comment.