Skip to content

Commit 8d46367

Browse files
Danny McCormickAleksandr Smolyakov
andauthored
Fix assertAgent call (#647)
Co-authored-by: Aleksandr Smolyakov <[email protected]>
1 parent d6d1498 commit 8d46367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,7 @@ export function addBuildTag(value: string) {
21672167
* @returns void
21682168
*/
21692169
export function updateReleaseName(name: string) {
2170-
assertAgent("2.132");
2170+
assertAgent("2.132.0");
21712171
command("release.updatereleasename", null, name);
21722172
}
21732173

0 commit comments

Comments
 (0)