diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2016-10-15 19:46:51 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-10-15 19:46:51 +0200 |
commit | fb07307638a17b7e150c54405d2b6fb6a1e98508 (patch) | |
tree | d76ec367542d83ffb970ee9b25bee5e2fd50f4cf | |
parent | 3f5bf622856525ae625d3a5133dc95e81987f30e (diff) | |
download | aur-fb07307638a17b7e150c54405d2b6fb6a1e98508.tar.gz aur-fb07307638a17b7e150c54405d2b6fb6a1e98508.tar.xz |
Release 4.4.0v4.4.0
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 7918a7f0..25d365a1 100644 --- a/web/lib/version.inc.php +++ b/web/lib/version.inc.php @@ -1,3 +1,3 @@ <?php -define("AURWEB_VERSION", "v4.3.0"); +define("AURWEB_VERSION", "v4.4.0"); |