Skip to content

Commit 02b7924

Browse files
committed
eodbc 0.0.3
1 parent 9f5a645 commit 02b7924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/amplp/examples/eodbc/src/handler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ std::unordered_map<SQLSMALLINT, std::string> c_types_map({
5252
});
5353

5454
static std::string name = "eodbc";
55-
static std::string version = "0.0.2";
55+
static std::string version = "0.0.3";
5656

5757
static std::string doc = name + "\n" + name + "-" + version + "\n" +
5858
"EODBC: experimental ODBC driver for AMPL.\n"

0 commit comments

Comments
 (0)