We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfde17f commit e91489fCopy full SHA for e91489f
build/scripts/build-client-binary
@@ -108,7 +108,7 @@ main() {
108
gobuild_component "pmm-admin" "pmm" "" "admin"
109
gobuild_component "pmm-agent" "pmm" "" "agent"
110
111
- echo ${version} > ${binary_dir}/VERSION
+ echo ${pmm_version} > ${binary_dir}/VERSION
112
113
copy_component "pmm" "build/packages/rpm/client" "rpm"
114
copy_component "pmm" "build/packages/config" "config"
0 commit comments