diff --git a/Makefile b/Makefile index 69433a43..76873b03 100644 --- a/Makefile +++ b/Makefile @@ -115,8 +115,8 @@ e2e-test: # Command for in-place substitution SED_CMD := sed -i$(shell uname -s | grep -q Darwin && echo " ''") -# Create list of paths to Go, YAML, README.md, and Makefile files -FILE_PATHS := $(shell find . -type f \( -name "*.go" -o -name "*.yaml" -o -name "README.md" -o -name "Makefile" \)) +# Create list of paths to YAML, README.md, and Makefile files +FILE_PATHS := $(shell find . -type f \( -name "*.yaml" -o -name "README.md" -o -name "Makefile" \)) # Replace the old version with the new version in specified files update-version: diff --git a/cmd/dcgm-exporter/main.go b/cmd/dcgm-exporter/main.go index 9eebe6b6..ad879b9d 100644 --- a/cmd/dcgm-exporter/main.go +++ b/cmd/dcgm-exporter/main.go @@ -25,7 +25,7 @@ import ( ) var ( - BuildVersion = "3.3.5-3.4.0" + BuildVersion = "Filled by the build system" ) func main() {