Skip to content

Commit

Permalink
trpc-cmdline: release v1.0.8 (#39)
Browse files Browse the repository at this point in the history
* trpc-cmdline: release v1.0.8

* change version
  • Loading branch information
WineChord authored May 9, 2024
1 parent 5bd0b8a commit 2f827d3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v1.0.8 2024-05-09

- fix: url reference error when generating trpc-cpp project (#38)

## v1.0.7 2024-04-02

- test: replace gomock to go.uber.org/mock/gomock (#37)
Expand Down
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
package config

// TRPCCliVersion is the version of trpc-cmdline tool.
var TRPCCliVersion = "v1.0.7"
var TRPCCliVersion = "v1.0.8"
2 changes: 1 addition & 1 deletion gobin/assets.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion install/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.7
v1.0.8

0 comments on commit 2f827d3

Please sign in to comment.