Commit c985e96 1 parent a9cb5d5 commit c985e96 Copy full SHA for c985e96
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ goto :help
247
247
protoc -I ./ -I %corelib% --go-cgrpc_out=paths=source_relative:. ./api/*.proto
248
248
protoc -I ./ -I %corelib% --go-crpc_out=paths=source_relative:. ./api/*.proto
249
249
protoc -I ./ -I %corelib% --go-web_out=paths=source_relative:. ./api/*.proto
250
+ protoc -I ./ -I %corelib% --browser_out=paths=source_relative,gen_tob=true:. ./api/*.proto
250
251
protoc -I ./ -I %corelib% --markdown_out=paths=source_relative:. ./api/*.proto
251
- protoc -I ./ -I %corelib% --browser_out=paths=source_relative:. ./api/*.proto
252
252
go mod tidy
253
253
goto :end
254
254
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import "fmt"
4
4
5
5
var major = 0
6
6
var minor = 0
7
- var patch = 83
7
+ var patch = 84
8
8
var status = ""
9
9
10
10
func String () string {
You can’t perform that action at this time.
0 commit comments