Skip to content

Commit 919a00b

Browse files
committed
1.0.7
1 parent e10af60 commit 919a00b

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
@@ -226,15 +226,15 @@ jobs:
226226
steps:
227227
- if: ${{ inputs.pre || github.event.release.prerelease }}
228228
name: Increment Pre-Release Version
229-
uses: optum/[email protected].6
229+
uses: optum/[email protected].7
230230
with:
231231
action: inc
232232
prerelease: pre${{ github.run_number }}
233233
build: ${{ github.run_id }}
234234
235235
- id: version
236236
name: Get Version
237-
uses: optum/[email protected].6
237+
uses: optum/[email protected].7
238238
239239
- run: echo "The calculated ${{ steps.version.outputs.version }}"
240240
```

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.6
1+
1.0.7

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.6
9+
default: 1.0.7
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.6";
5+
export const version = "1.0.7";

0 commit comments

Comments
 (0)