We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5b6ff commit a1532b2Copy full SHA for a1532b2
src/util/version.ts
@@ -40,6 +40,12 @@ export async function printVersion(
40
build: b,
41
dotnet,
42
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,
49
});
50
if (full) {
51
console.log(JSON.stringify({
0 commit comments