Skip to content

Commit ae80a9e

Browse files
Bump up version to v1.26
1 parent 6a2e10d commit ae80a9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.25.0'
10+
VERSION: '1.26.0'
1111
NUGET_REPO_URL: 'https://api.nuget.org/v3/index.json'
1212

1313
jobs:

.github/workflows/vscode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
workflow_dispatch:
1616

1717
env:
18-
VERSION: 1.25.${{ github.run_number }}
18+
VERSION: 1.26.${{ github.run_number }}
1919

2020
jobs:
2121
build:

.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.25.${{ github.run_number }}
20+
VERSION: 1.26.${{ github.run_number }}
2121

2222
jobs:
2323
build:

0 commit comments

Comments
 (0)