Skip to content

Commit

Permalink
Merge pull request #187 from nckturner/print-unversioned
Browse files Browse the repository at this point in the history
Print unversioned when built without version
  • Loading branch information
k8s-ci-robot authored Jan 3, 2019
2 parents 2baaa63 + a6f1789 commit ce5c46a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/aws-iam-authenticator/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package main

import (
"fmt"

goVersion "github.com/christopherhein/go-version"
"github.com/spf13/cobra"
)

var (
shortened = false
version = ""
version = "unversioned"
commit = ""
date = ""
versionCmd = &cobra.Command{
Expand Down

0 comments on commit ce5c46a

Please sign in to comment.