mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-12 06:44:25 +00:00
8 lines
150 B
Go
8 lines
150 B
Go
package node
|
|
|
|
// GitCommit is a commit hash.
|
|
var GitCommit string
|
|
|
|
// Version is the version of go-waku at the time of compilation
|
|
var Version string
|