Skip to content

Commit 8fac5a9

Browse files
Bump up version to v1.1.3
1 parent 85742d7 commit 8fac5a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- '*'
2121

2222
env:
23-
VERSION: 1.1.2.${{ github.run_number }}
23+
VERSION: 1.1.3.${{ github.run_number }}
2424

2525
jobs:
2626
build:

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- '*'
2121

2222
env:
23-
VERSION: 1.1.2.${{ github.run_number }}
23+
VERSION: 1.1.3.${{ github.run_number }}
2424
CODECOV_TOKEN: cbd141f8-4d0d-4bc1-84a7-970f9f9b87ac
2525

2626
jobs:

.github/workflows/release-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
publish:
88
uses: ./.github/workflows/release-template.yml
99
with:
10-
version: 1.1.2-preview.${{ github.run_number }}
10+
version: 1.1.3-preview.${{ github.run_number }}
1111
secrets: inherit

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
publish:
1111
uses: ./.github/workflows/release-template.yml
1212
with:
13-
version: 1.1.2
13+
version: 1.1.3
1414
secrets: inherit

0 commit comments

Comments
 (0)