Skip to content

Commit

Permalink
Update patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaturan committed May 11, 2021
1 parent 6829ae7 commit 87ed09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bus.go
Expand Up @@ -64,7 +64,7 @@ const (
CtxKeySource = ctxKey(117)

// Version syncs with package version
Version = "3.0.0"
Version = "3.0.3"

empty = ""
)
Expand Down
2 changes: 1 addition & 1 deletion bus_test.go
Expand Up @@ -28,7 +28,7 @@ func TestCtxKeyTxID(t *testing.T) {
}

func TestVersion(t *testing.T) {
assert.Equal(t, bus.Version, "3.0.0")
assert.Equal(t, bus.Version, "3.0.3")
}

func TestNew(t *testing.T) {
Expand Down

0 comments on commit 87ed09b

Please sign in to comment.