Skip to content

Commit

Permalink
Updated server version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Feb 13, 2024
1 parent 0a3caa5 commit fff3407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/include/flight_sql_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <filesystem>

// 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;
Expand Down

0 comments on commit fff3407

Please sign in to comment.