Skip to content

Commit a1532b2

Browse files
committed
hotfix github outputs unintended breaking change
1 parent 1e5b6ff commit a1532b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/util/version.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ export async function printVersion(
4040
build: b,
4141
dotnet,
4242
docker,
43+
44+
// Adding these for backwards compatibility, do not remove or add more
45+
// todo: remove on next major version
46+
version_default: formatted,
47+
version_dotnet: dotnet,
48+
version_docker: docker,
4349
});
4450
if (full) {
4551
console.log(JSON.stringify({

0 commit comments

Comments
 (0)