From fff34072bc672e4821421e9654f8dfa495b7f00c Mon Sep 17 00:00:00 2001 From: prmoore77 Date: Tue, 13 Feb 2024 11:44:57 -0500 Subject: [PATCH] Updated server version to v1.2.0 --- src/library/include/flight_sql_library.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library/include/flight_sql_library.h b/src/library/include/flight_sql_library.h index 8bcad79..4499dd1 100644 --- a/src/library/include/flight_sql_library.h +++ b/src/library/include/flight_sql_library.h @@ -4,7 +4,7 @@ #include // Constants -const std::string FLIGHT_SQL_SERVER_VERSION = "v1.1.19"; // For now - be sure to update this version with the git tag! TODO: automate this +const std::string FLIGHT_SQL_SERVER_VERSION = "v1.2.0"; // For now - be sure to update this version with the git tag! TODO: automate this const std::string DEFAULT_FLIGHT_HOSTNAME = "0.0.0.0"; const std::string DEFAULT_FLIGHT_USERNAME = "flight_username"; const int DEFAULT_FLIGHT_PORT = 31337;