Skip to content

Commit

Permalink
Also bump version string in main.go
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Oct 19, 2023
1 parent 67b6fe0 commit e1a0969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nvidia-mig-parted/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func main() {
c.UseShortOptionHandling = true
c.EnableBashCompletion = true
c.Usage = "Manage MIG partitions across the full set of NVIDIA GPUs on a node"
c.Version = "0.5.4"
c.Version = "0.5.5"

// Setup the flags for this command
c.Flags = []cli.Flag{
Expand Down

0 comments on commit e1a0969

Please sign in to comment.