Skip to content

Commit 9aaa4bc

Browse files
committed
Bump version to 0.4.9
1 parent dedfe1c commit 9aaa4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apclient.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ class APClient {
791791
}
792792

793793
bool ConnectSlot(const std::string& name, const std::string& password, int items_handling,
794-
const std::list<std::string>& tags = {}, const Version& ver = {0, 2, 6})
794+
const std::list<std::string>& tags = {}, const Version& ver = {0, 4, 9})
795795
{
796796
if (_state < State::SOCKET_CONNECTED)
797797
return false;

0 commit comments

Comments
 (0)