Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Merging to release-1.4: TT-10421 Update 1.4.2 version (#127) #128

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

const VERSION = "1.4.1"
const VERSION = "1.4.2"

func init() {
RootCmd.AddCommand(versionCmd)
Expand Down
Loading