7 lines
94 B
Go
7 lines
94 B
Go
package system
|
|
|
|
const (
|
|
// The current version of this software.
|
|
Version = "1.0.0-beta.1"
|
|
)
|