diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2017-03-09 06:18:34 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2017-03-09 06:18:34 +0100 |
commit | a7606d0e1be37a565ca4dd48efca49a34314970c (patch) | |
tree | dddda1804d4bf07bc42c7b684f661c7eab7d896a | |
parent | 0ba88c4795284a3bac967a52a3a395f1ca2f50d7 (diff) | |
download | aur-a7606d0e1be37a565ca4dd48efca49a34314970c.tar.gz aur-a7606d0e1be37a565ca4dd48efca49a34314970c.tar.xz |
Release 4.5.1v4.5.1
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r-- | web/lib/version.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/version.inc.php b/web/lib/version.inc.php index e18873e3..20132d80 100644 --- a/web/lib/version.inc.php +++ b/web/lib/version.inc.php @@ -1,3 +1,3 @@ <?php -define("AURWEB_VERSION", "v4.5.0"); +define("AURWEB_VERSION", "v4.5.1"); |