Skip to content

Commit

Permalink
feat: release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shuai132 committed Jan 1, 2025
1 parent 0ebf3c3 commit d8dff87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023-2024 liushuai
Copyright (c) 2023-2025 liushuai

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions include/rpc_core/version.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#pragma once

#define RPC_CORE_VER_MAJOR 2
#define RPC_CORE_VER_MINOR 0
#define RPC_CORE_VER_PATCH 3
#define RPC_CORE_VER_MINOR 1
#define RPC_CORE_VER_PATCH 0

#define RPC_CORE_TO_VERSION(major, minor, patch) (major * 10000 + minor * 100 + patch)
#define RPC_CORE_VERSION RPC_CORE_TO_VERSION(RPC_CORE_VER_MAJOR, RPC_CORE_VER_MINOR, RPC_CORE_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/rpc_core.git"
},
"version": "2.0.4",
"version": "2.1.0",
"build": {
"srcDir": "_",
"flags": [
Expand Down

0 comments on commit d8dff87

Please sign in to comment.