Skip to content

Commit

Permalink
bumped kraken version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
godfryd committed Mar 4, 2023
1 parent 167f3fc commit 9e6859a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .kraken/build.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def stage(ctx):
kk_ver = "0.#{KK_FLOW_SEQ}"
kk_ver = "1.#{KK_FLOW_SEQ}"

steps = [{
"tool": "artifacts",
Expand Down
2 changes: 1 addition & 1 deletion .kraken/deploy_to_lab.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def stage(ctx):
kk_ver = "0.#{KK_FLOW_SEQ}"
kk_ver = "1.#{KK_FLOW_SEQ}"

return {
"parent": "Build",
Expand Down
2 changes: 1 addition & 1 deletion .kraken/publish.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def stage(ctx):
kk_ver = "0.#{KK_FLOW_SEQ}"
kk_ver = "1.#{KK_FLOW_SEQ}"

return {
"parent": "Build",
Expand Down
2 changes: 1 addition & 1 deletion .kraken/system_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def stage(ctx):
kk_ver = "0.#{KK_FLOW_SEQ}"
kk_ver = "1.#{KK_FLOW_SEQ}"

return {
"parent": "Build",
Expand Down
2 changes: 1 addition & 1 deletion .kraken/tarball.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def stage(ctx):
kk_ver = "0.#{KK_FLOW_SEQ}"
kk_ver = "1.#{KK_FLOW_SEQ}"

return {
"parent": "root",
Expand Down

0 comments on commit 9e6859a

Please sign in to comment.