Skip to content

Commit ee563c8

Browse files
committed
2.0.4
1 parent 15f8d46 commit ee563c8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,15 @@ jobs:
228228
steps:
229229
- if: ${{ inputs.pre || github.event.release.prerelease }}
230230
name: Increment Pre-Release Version
231-
uses: optum/semver-cli@2.0.3
231+
uses: optum/semver-cli@2.0.4
232232
with:
233233
action: inc
234234
prerelease: pre${{ github.run_number }}
235235
build: ${{ github.run_id }}
236236
237237
- id: version
238238
name: Get Version
239-
uses: optum/semver-cli@2.0.3
239+
uses: optum/semver-cli@2.0.4
240240
241241
- run: echo "The calculated ${{ steps.version.outputs.version }}"
242242
```

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.3
1+
2.0.4

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: 2.0.3
9+
default: 2.0.4
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 = "2.0.3";
5+
export const version = "2.0.4";

0 commit comments

Comments
 (0)