goki.dev/mobile@v0.5.8/version.go (about)

     1  // Code generated by "goki version"; DO NOT EDIT.
     2  
     3  package mobile
     4  
     5  const (
     6  	// Version is the version of this package being used
     7  	Version = "v0.5.8"
     8  	// GitCommit is the commit just before the latest version commit
     9  	GitCommit = "e9976c6"
    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-13 00:06"
    12  )