Parcourir la source

Bump version to 1.71.0

Ajay Tripathy il y a 5 ans
Parent
commit
fbe4b85f47
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pkg/env/costmodelenv.go

+ 1 - 1
pkg/env/costmodelenv.go

@@ -64,7 +64,7 @@ const (
 // GetAWSAccessKeyID returns the environment variable value for AWSAccessKeyIDEnvVar which represents
 // the AWS access key for authentication
 func GetAppVersion() string {
-	return Get(AppVersionEnvVar, "1.70.0")
+	return Get(AppVersionEnvVar, "1.71.0")
 }
 
 // IsEmitNamespaceAnnotationsMetric returns true if cost-model is configured to emit the kube_namespace_annotations metric