github.com/jduhamel/gcli@v0.2.4-0.20151019142748-0d5307cd7e21/version.go (about)

     1  package main
     2  
     3  // Name is executable name of this application.
     4  const Name = "gcli"
     5  
     6  // Version is version string of this application.
     7  // Version is changed with semantic versioning.
     8  const Version string = "v0.2.3"
     9  
    10  // GitCommit describes latest commit hash.
    11  // This value is extracted by git command when building.
    12  var GitCommit string