Skip to content

Commit c985e96

Browse files
committed
update
1 parent a9cb5d5 commit c985e96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/tml/cmd/template_cmd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ goto :help
247247
protoc -I ./ -I %corelib% --go-cgrpc_out=paths=source_relative:. ./api/*.proto
248248
protoc -I ./ -I %corelib% --go-crpc_out=paths=source_relative:. ./api/*.proto
249249
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
250251
protoc -I ./ -I %corelib% --markdown_out=paths=source_relative:. ./api/*.proto
251-
protoc -I ./ -I %corelib% --browser_out=paths=source_relative:. ./api/*.proto
252252
go mod tidy
253253
goto :end
254254

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
var major = 0
66
var minor = 0
7-
var patch = 83
7+
var patch = 84
88
var status = ""
99

1010
func String() string {

0 commit comments

Comments
 (0)