Skip to content

Commit 31159e0

Browse files
authored
Changed version to 2.5.0 (workflow)
1 parent 57c4b78 commit 31159e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hello-world-2.1.0.yml renamed to .github/workflows/hello-world-2.5.0.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# would show the proper run name. Using per-branch workflow file name seems to be
2020
# the only way around this.
2121
#
22-
name: Hello World 2.3.0
22+
name: Hello World 2.5.0
2323

2424
# manual and REST API runs only
2525
on:
@@ -39,7 +39,7 @@ env:
3939
# Seems that the only way to track build numbers per branch in GitHub is
4040
# to rename workflow file name in each branch.
4141
#
42-
VERSION: 2.3.0
42+
VERSION: 2.5.0
4343
BUILD_NUMBER: ${{ github.run_number }}
4444
PKG_REV: ${{ github.event.inputs.PKG_REV }}
4545

0 commit comments

Comments
 (0)