Skip to content

Commit b2df482

Browse files
committed
1.0.5
1 parent 9da0c34 commit b2df482

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,15 +199,15 @@ jobs:
199199
steps:
200200
- if: ${{ inputs.pre || github.event.release.prerelease }}
201201
name: Increment Pre-Release Version
202-
uses: optum/[email protected].4
202+
uses: optum/[email protected].5
203203
with:
204204
action: inc
205205
prerelease: pre${{ github.run_number }}
206206
build: ${{ github.run_id }}
207207
208208
- id: version
209209
name: Get Version
210-
uses: optum/[email protected].4
210+
uses: optum/[email protected].5
211211
212212
- run: echo "The calculated ${{ steps.version.outputs.version }}"
213213
```

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.4
1+
1.0.5

setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branding:
66
inputs:
77
version:
88
description: Version
9-
default: 1.0.4
9+
default: 1.0.5
1010
token:
1111
description: GitHub Token
1212
required: false

src/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* The current version, kept in sync with VERSION
33
* via the `inc` command. Output with the `--version` flag.
44
*/
5-
export const version = "1.0.4";
5+
export const version = "1.0.5";

0 commit comments

Comments
 (0)