diff --git a/DEBIAN/control b/DEBIAN/control index 2ffdacd..12e2f81 100644 --- a/DEBIAN/control +++ b/DEBIAN/control @@ -1,5 +1,5 @@ Package: qsort -Version: 0.3.1-beta +Version: 0.3.2-beta Installed-Size: 693 Maintainer: BiltuDas1 Architecture: all diff --git a/lib/user.hpp b/lib/user.hpp index f3661c5..c519f2c 100644 --- a/lib/user.hpp +++ b/lib/user.hpp @@ -17,7 +17,7 @@ using namespace std; // <--- Version Information Start ---> // <--- Don't modify the text here ---> -const string ver = "0.3.1"; +const string ver = "0.3.2"; const string vertype = "beta"; // <--- Version Information End --->