diff --git a/bb64.cpp b/bb64.cpp index 44a7fad..1ffd5aa 100644 --- a/bb64.cpp +++ b/bb64.cpp @@ -50,8 +50,6 @@ std::string get_arch() int update_bb64() { - std::cout << "Updating bb64..." << std::endl; - // determine path to this executable std::filesystem::path bb64_path = std::filesystem::canonical("/proc/self/exe"); diff --git a/version.h b/version.h index 48ada14..4c620d5 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -static const char *VERSION = "20"; +static const char *VERSION = "21";