mirror of
https://github.com/pterodactyl/wings.git
synced 2026-04-11 22:03:09 -05:00
7 lines
87 B
Go
7 lines
87 B
Go
package system
|
|
|
|
const (
|
|
// The current version of this software.
|
|
Version = "0.0.1"
|
|
)
|