1 package genaip 2 3 // PluginVersion is the version of the protoc-gen-go-aip plugin. 4 // 5 //nolint:gochecknoglobals 6 var PluginVersion = "development" 7
View as plain text