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

Commit

Permalink
Awk is sad
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Nov 10, 2017
1 parent 20bfa24 commit c24384e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@ package version

import "fmt"

// Version is the version of the project.
const Version = "0.0.1"

var (
// Name is the name of the project.
Name string

// GitCommit is the git sha of this build.
Name string
GitCommit string

// HumanVersion is the human-friendly version.
HumanVersion = fmt.Sprintf("%s v%s (%s)", Name, Version, GitCommit)
)

0 comments on commit c24384e

Please sign in to comment.