Skip to content

Commit

Permalink
feat(jzero): release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie committed Apr 24, 2024
1 parent 8ded45e commit 4248d13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
* 一键生成各种代码, 大大提高开发效率
* 支持流量治理, 减少线上风险
* 支持链路追踪, 监控等, 快速定位问题
* 所有工具链跨平台支持

## [快速开始](https://jzero.jaronnie.com/#快速开始)
3 changes: 2 additions & 1 deletion docs/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ icon: home
title: 首页
---

基于 go-zero 框架定制的企业级后端代码框架
基于 [go-zero](https://go-zero.dev) 框架定制的企业级后端代码框架

::: tip 目前还在定制规范中, 不能保证兼容性. 待 v1.0 后保证兼容性
:::
Expand All @@ -23,6 +23,7 @@ title: 首页
* 一键生成各种代码, 大大提高开发效率
* 支持流量治理, 减少线上风险
* 支持链路追踪, 监控等, 快速定位问题
* 所有工具链跨平台支持

## 快速开始

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (

// ldflags
var (
version string = "0.9.1"
version string = "0.9.2"
commit string
date string
)
Expand Down

0 comments on commit 4248d13

Please sign in to comment.