diff --git a/.kraken/build.py b/.kraken/build.py index 8964112d..18b56cdf 100644 --- a/.kraken/build.py +++ b/.kraken/build.py @@ -1,5 +1,5 @@ def stage(ctx): - kk_ver = "0.#{KK_FLOW_SEQ}" + kk_ver = "1.#{KK_FLOW_SEQ}" steps = [{ "tool": "artifacts", diff --git a/.kraken/deploy_to_lab.py b/.kraken/deploy_to_lab.py index 99928d03..60020cf9 100644 --- a/.kraken/deploy_to_lab.py +++ b/.kraken/deploy_to_lab.py @@ -1,5 +1,5 @@ def stage(ctx): - kk_ver = "0.#{KK_FLOW_SEQ}" + kk_ver = "1.#{KK_FLOW_SEQ}" return { "parent": "Build", diff --git a/.kraken/publish.py b/.kraken/publish.py index 558fa2ed..9f2b407c 100644 --- a/.kraken/publish.py +++ b/.kraken/publish.py @@ -1,5 +1,5 @@ def stage(ctx): - kk_ver = "0.#{KK_FLOW_SEQ}" + kk_ver = "1.#{KK_FLOW_SEQ}" return { "parent": "Build", diff --git a/.kraken/system_tests.py b/.kraken/system_tests.py index 0a225af3..2ea0482b 100644 --- a/.kraken/system_tests.py +++ b/.kraken/system_tests.py @@ -1,5 +1,5 @@ def stage(ctx): - kk_ver = "0.#{KK_FLOW_SEQ}" + kk_ver = "1.#{KK_FLOW_SEQ}" return { "parent": "Build", diff --git a/.kraken/tarball.py b/.kraken/tarball.py index 0055ed4d..b4492e7a 100644 --- a/.kraken/tarball.py +++ b/.kraken/tarball.py @@ -1,5 +1,5 @@ def stage(ctx): - kk_ver = "0.#{KK_FLOW_SEQ}" + kk_ver = "1.#{KK_FLOW_SEQ}" return { "parent": "root",