mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-04 01:48:29 +02:00
build/version: fix incomplete semanticAlphabet godoc
This commit is contained in:
parent
2c2b79d300
commit
06bd645e5d
@ -15,7 +15,8 @@ import (
|
||||
// the -ldflags during compilation.
|
||||
var Commit string
|
||||
|
||||
// semanticAlphabet
|
||||
// semanticAlphabet is the set of characters that are permitted for use in an
|
||||
// AppPreRelease.
|
||||
const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-"
|
||||
|
||||
// These constants define the application version and follow the semantic
|
||||
|
Loading…
x
Reference in New Issue
Block a user