From 0c47a663b0b45712ae33a0173e906a9a32524359 Mon Sep 17 00:00:00 2001 From: DevCycle Automation Date: Wed, 28 Aug 2024 19:44:49 +0000 Subject: [PATCH] Update CLI version to v5.16.2 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 9af627f..91ace9a 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1 +1 @@ -export const CLI_VERSION = '5.14.13' // auto updated by dvc cli release workflow +export const CLI_VERSION = '5.16.2' // auto updated by dvc cli release workflow