Skip to content

Commit

Permalink
build: bump to v2.4.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmike authored Nov 7, 2022
1 parent aee31f2 commit 649371f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v2.4.0"></a>
## [v2.4.0] - 2022-11-07

### Build
- bump to v2.4.0

### Feat
- **maintenance:** add subcommands for syncip, syncclock, and changepassword

### Fix
- channel recipient channel should not be 0
- remove extra log.error statement


<a name="v2.3.0"></a>
## v2.3.0 - 2022-10-05

Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
// ProjectName is the name of the executable
ProjectName = "rpc"
// ProjectVersion is the full version of this executable
ProjectVersion = "2.3.0"
ProjectVersion = "2.4.0"
ProtocolVersion = "4.0.0"
// ClientName is the name of the exectable
ClientName = "RPC"
Expand Down

0 comments on commit 649371f

Please sign in to comment.