Skip to content

Commit

Permalink
v0.1.3 版本发布
Browse files Browse the repository at this point in the history
  • Loading branch information
FishGoddess committed Apr 5, 2020
1 parent b3f17e9 commit 02e1fd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module your_project_name
go 1.14

require (
github.com/FishGoddess/logit v0.1.2
github.com/FishGoddess/logit v0.1.3
)
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module your_project_name
go 1.14

require (
github.com/FishGoddess/logit v0.1.2
github.com/FishGoddess/logit v0.1.3
)
```

Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@ Package logit provides an easy way to use foundation for your logging operations
package logit // import "github.com/FishGoddess/logit"

// Version is the version string representation of logit.
const Version = "v0.1.2"
const Version = "v0.1.3"

0 comments on commit 02e1fd5

Please sign in to comment.