mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-26 01:15:27 +00:00
4 lines
127 B
Go
4 lines
127 B
Go
package version
|
|
|
|
// STRING is the current Miller major/minor/patch version as a single string.
|
|
var STRING string = "6.0.0-rc1"
|