goki.dev/laser@v0.1.34/version.go (about) 1 // Code generated by "goki version"; DO NOT EDIT. 2 3 package laser 4 5 const ( 6 // Version is the version of this package being used 7 Version = "v0.1.34" 8 // GitCommit is the commit just before the latest version commit 9 GitCommit = "9a5d1f0" 10 // VersionDate is the date-time of the latest version commit in UTC (in the format 'YYYY-MM-DD HH:MM', which is the Go format '2006-01-02 15:04') 11 VersionDate = "2023-12-26 23:26" 12 )