Skip to content

Commit

Permalink
feat: release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shuai132 committed Jun 23, 2024
1 parent d73287f commit 8579c6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/asio_net/rpc_core
2 changes: 1 addition & 1 deletion include/asio_net/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define ASIO_NET_VER_MAJOR 2
#define ASIO_NET_VER_MINOR 0
#define ASIO_NET_VER_PATCH 2
#define ASIO_NET_VER_PATCH 3

#define ASIO_NET_TO_VERSION(major, minor, patch) (major * 10000 + minor * 100 + patch)
#define ASIO_NET_VERSION ASIO_NET_TO_VERSION(ASIO_NET_VER_MAJOR, ASIO_NET_VER_MINOR, ASIO_NET_VER_PATCH)
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/shuai132/asio_net.git"
},
"version": "2.0.2",
"version": "2.0.3",
"build": {
"srcDir": "_",
"flags": [
Expand Down

0 comments on commit 8579c6a

Please sign in to comment.