From 2104adb4783450e088acc9f1bbc86bbd2d7604c0 Mon Sep 17 00:00:00 2001 From: shrapnelnet Date: Tue, 21 Jan 2025 18:55:59 +0000 Subject: [PATCH] bump version --- src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;