Skip to content

Commit 7b82db8

Browse files
committed
1.0.9
1 parent af55b42 commit 7b82db8

5 files changed

Lines changed: 17 additions & 17 deletions

File tree

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/semver-cli@1.0.8
229+
uses: optum/semver-cli@1.0.9
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/semver-cli@1.0.8
237+
uses: optum/semver-cli@1.0.9
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.8
1+
1.0.9

deno.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)