Skip to content

Commit

Permalink
enhance: Bump v1.0.x
Browse files Browse the repository at this point in the history
Bump birdwatcher version for release

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
  • Loading branch information
congqixia committed May 14, 2024
1 parent b715414 commit fc8eb98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import "github.com/blang/semver/v4"
var Version semver.Version

func init() {
Version = semver.MustParse("1.0.3")
Version = semver.MustParse("1.0.4")
}
4 changes: 2 additions & 2 deletions mq/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ package mq

import (
"context"
"errors"

"fmt"

"github.com/cockroachdb/errors"
"github.com/golang/protobuf/proto"

"github.com/milvus-io/birdwatcher/mq/ifc"
"github.com/milvus-io/birdwatcher/proto/v2.0/commonpb"
"github.com/milvus-io/birdwatcher/proto/v2.0/datapb"
Expand Down

0 comments on commit fc8eb98

Please sign in to comment.