7 lines
85 B
Go
7 lines
85 B
Go
package main
|
|
|
|
const (
|
|
// The current version of this software.
|
|
Version = "0.0.1"
|
|
)
|