Skip to content

Commit 73f894e

Browse files
committed
version bump to v0.6 dev
1 parent 9c9f198 commit 73f894e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

log.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ const (
5050
)
5151

5252
var (
53-
// Version no. of aahframework.org/log library
54-
Version = "0.5"
55-
5653
// ErrLogReceiverIsNil returned when suppiled receiver is nil.
5754
ErrLogReceiverIsNil = errors.New("log: receiver is nil")
5855

version.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Copyright (c) Jeevanandam M (https://github.com/jeevatkm)
2+
// go-aah/log source code and usage is governed by a MIT style
3+
// license that can be found in the LICENSE file.
4+
5+
package log
6+
7+
// Version no. of aahframework.org/log library
8+
const Version = "0.6-dev"

0 commit comments

Comments
 (0)