Skip to content

Commit a4d481c

Browse files
Bump up version to v1.21
1 parent e22be05 commit a4d481c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'release'
88

99
env:
10-
VERSION: '1.20.0'
10+
VERSION: '1.21.0'
1111
NUGET_REPO_URL: 'https://api.nuget.org/v3/index.json'
1212

1313
jobs:

.github/workflows/vsix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- cron: '0 8 * * *'
1818

1919
env:
20-
VERSION: 1.20.${{ github.run_number }}
20+
VERSION: 1.21.${{ github.run_number }}
2121

2222
jobs:
2323
build:

0 commit comments

Comments
 (0)