mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-08 00:43:10 +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
|