diff --git a/PKGBUILD b/PKGBUILD index 382070a..aebd10f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname="TabAUR-git" -pkgver=0.6.2 +pkgver=0.6.4 pkgrel=1 pkgdesc="A lightweight AUR helper, designed to be simple but powerful." arch=('x86_64' 'aarch64') diff --git a/src/main.cpp b/src/main.cpp index 2c0771b..cc7fe13 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,7 +5,7 @@ #include "util.hpp" #define BRANCH "libalpm-test" -#define VERSION "0.6.2" +#define VERSION "0.6.4" std::unique_ptr config; std::unique_ptr backend;