Skip to content

Commit 8e06444

Browse files
author
ezekiel-alexrod
committed
Update version to 131.0
1 parent 5268719 commit 8e06444

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/workflows/crons.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
include:
2020
# these helper comments are needed by the dev branch workflow
2121
# please do not edit them unless you're changing the version as well
22-
# current=130.0
23-
- name: "Nightly for MetalK8s 130.0"
22+
# current=131.0
23+
- name: "Nightly for MetalK8s 131.0"
2424
cron: "0 1 * * 1-5"
25-
branch: "development/130.0"
25+
branch: "development/131.0"
2626
workflow: "nightly.yaml"
27-
# old=129.0
28-
- name: "Nightly for MetalK8s 129.0"
27+
# old=130.0
28+
- name: "Nightly for MetalK8s 130.0"
2929
cron: "0 2 * * 1-5"
30-
branch: "development/129.0"
30+
branch: "development/130.0"
3131
workflow: "nightly.yaml"
3232
steps:
3333
- name: Checkout

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG
22

3+
## Release 131.0.0 (in development)
4+
35
## Release 130.0.1 (in development)
46

57
## Release 130.0.0

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_MAJOR=130
1+
VERSION_MAJOR=131
22
VERSION_MINOR=0
3-
VERSION_PATCH=1
3+
VERSION_PATCH=0
44
VERSION_SUFFIX=-dev

0 commit comments

Comments
 (0)