diff --git a/C/cli/main.c b/C/cli/main.c index 8d847e2..b884d59 100644 --- a/C/cli/main.c +++ b/C/cli/main.c @@ -26,7 +26,7 @@ #endif #define CLI_HISTORY_FILENAME ".sqlitecloud_history.txt" -#define CLI_VERSION "1.1" +#define CLI_VERSION "1.2" #define CLI_BUILD_DATE __DATE__ #ifndef MAXPATH