5 lines
135 B
Go
5 lines
135 B
Go
|
package generator
|
||
|
|
||
|
// Version is the version of katenary. It is set at compile time.
|
||
|
var Version = "master" // changed at compile time
|