diff --git a/src/options.cpp b/src/options.cpp index 0a52d66..2960a51 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -1,6 +1,6 @@ #include #include -#define VERSION "v1.0.0-rc1" +#define VERSION "v1.0.0-rc2" void version() { std::cout << "rvz-convert " << VERSION << std::endl;