microsoft/TypeAgent

Public

mirrored from https://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fb22ace26e4ae2010db0861d7afaa20698e14528

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

pipelines/scripts/update-package-version.sh

4lines · modecode

1# Copyright (c) Microsoft Corporation.
2# Licensed under the MIT License.
3
4jq ".version=\"$1\"" package.json > package.tmp.json && mv package.tmp.json package.json