Skip to content

Commit

Permalink
fix: update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceLiZhixin committed Nov 4, 2022
1 parent f05e2f9 commit 4152edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
_ "github.com/alibaba/ioc-golang/extension/imports/boot"
)

const Version = "1.0.1"
const Version = "1.0.2"

func Load(opts ...config.Option) error {
printLogo()
Expand Down

0 comments on commit 4152edc

Please sign in to comment.