Skip to content

Commit

Permalink
Bump version after API changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalmer committed Aug 13, 2016
1 parent d06235c commit 09bce64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luapgsql.c
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ pgsql_set_info(lua_State *L)
lua_pushliteral(L, "PostgreSQL binding for Lua");
lua_settable(L, -3);
lua_pushliteral(L, "_VERSION");
lua_pushliteral(L, "pgsql 1.5.1");
lua_pushliteral(L, "pgsql 1.6.0");
lua_settable(L, -3);
}

Expand Down

1 comment on commit 09bce64

@daurnimator
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you create a git tag?

Please sign in to comment.