mirror of
https://github.com/its-a-feature/Mythic
synced 2026-06-08 14:55:38 +00:00
9 lines
127 B
Go
9 lines
127 B
Go
package config
|
|
|
|
// Constants and variables used by the Mythic CLI
|
|
|
|
var (
|
|
// Version Mythic CLI version
|
|
Version = "v0.3.19"
|
|
)
|