github.com/Bio-core/jtree@v0.0.0-20190705165106-1d7a7e7d6272/version.go (about)

     1  package version
     2  
     3  //GitCommit The git commit that was compiled. This will be filled in by the compiler.
     4  var GitCommit string
     5  
     6  //Version The main version number that is being run at the moment.
     7  const Version = "0.1.0"
     8  
     9  //VersionPrerelease A pre-release marker for the version. If this is "" (empty string)
    10  // then it means that it is a final release. Otherwise, this is a pre-release
    11  // such as "dev" (in development)
    12  var VersionPrerelease = ""