Skip to content

Commit

Permalink
fix: update version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceLiZhixin committed May 26, 2023
1 parent 83a22c5 commit 52b23dc
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.3"
const Version = "1.0.4"

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

0 comments on commit 52b23dc

Please sign in to comment.