diff --git a/emer/version.go b/emer/version.go deleted file mode 100644 index ff939262..00000000 --- a/emer/version.go +++ /dev/null @@ -1,12 +0,0 @@ -// Code generated by "core version"; DO NOT EDIT. - -package emer - -const ( - // Version is the version of this package being used - Version = "v2.0.0-dev0.0.11" - // GitCommit is the commit just before the latest version commit - GitCommit = "545dc99" - // 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') - VersionDate = "2024-02-05 22:49" -)