Skip to content

Commit

Permalink
tag lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Dec 9, 2021
1 parent bcf72dd commit b9401ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpXmlRpc.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class PhpXmlRpc
public static $xmlrpc_internalencoding = "UTF-8";

public static $xmlrpcName = "XML-RPC for PHP";
public static $xmlrpcVersion = "4.6.0-dev";
public static $xmlrpcVersion = "4.6.0";

// let user errors start at 800
public static $xmlrpcerruser = 800;
Expand Down

0 comments on commit b9401ff

Please sign in to comment.