diff --git a/build/src/utils/config.js b/build/src/utils/config.js index 572d751e66..a9f587f6b2 100644 --- a/build/src/utils/config.js +++ b/build/src/utils/config.js @@ -164,7 +164,7 @@ function getVersionFromRelease(release, definitionId) { } // Is a branch - return 'dev'; + return '0.204.1'; } // Look up distro and fallback to debian if not specified