decred.org/dcrwallet/v3@v3.1.0/version/version_nobuildinfo.go (about)

     1  // Copyright (c) 2021 The Decred developers
     2  // Use of this source code is governed by an ISC
     3  // license that can be found in the LICENSE file.
     4  
     5  //go:build !go1.18
     6  
     7  package version
     8  
     9  func vcsCommitID() string {
    10  	return ""
    11  }