We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe14c12 commit 16709ebCopy full SHA for 16709eb
log.go
@@ -61,8 +61,8 @@ const (
61
)
62
63
var (
64
- // Version no. of go-aah/log library
65
- Version = "0.1"
+ // Version no. of aahframework.org/log library
+ Version = "0.2"
66
67
// FmtFlags is the list of log format flags supported by aah/log library
68
// Usage of flag order is up to format composition.
0 commit comments