Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jgustie committed Mar 4, 2020
1 parent 554edd0 commit e1c56b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package version

var (
// Version is a "v" prefixed Semver
Version = "v1.4.2"
Version = "v1.4.3"
// BuildMetadata is the Semver build metadata stored independent of the version string
BuildMetadata = "unreleased"
// GitCommit is a Git commit identifier
Expand Down

0 comments on commit e1c56b9

Please sign in to comment.