Skip to content

Commit f766610

Browse files
committed
Update version to 0.7.1
1 parent 2eec2c0 commit f766610

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -euo pipefail
1919

2020
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. >/dev/null && pwd)"
2121

22-
CORTEX_VERSION=0.7.0
22+
CORTEX_VERSION=0.7.1
2323

2424
dir=$1
2525
image=$2

build/cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -euo pipefail
1919

2020
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. >/dev/null && pwd)"
2121

22-
CORTEX_VERSION=0.7.0
22+
CORTEX_VERSION=0.7.1
2323

2424
arg1=${1:-""}
2525
upload="false"

build/push-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
set -euo pipefail
1919

20-
CORTEX_VERSION=0.7.0
20+
CORTEX_VERSION=0.7.1
2121

2222
image=$1
2323

pkg/consts/consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
var (
24-
CortexVersion = "0.7.0" // CORTEX_VERSION
24+
CortexVersion = "0.7.1" // CORTEX_VERSION
2525

2626
TypeStrRegex = regexp.MustCompile(`"(INT|FLOAT|STRING|BOOL)(_COLUMN)?(\|(INT|FLOAT|STRING|BOOL)(_COLUMN)?)*"`)
2727
SingleTypeStrRegex = regexp.MustCompile(`"(INT|FLOAT|STRING|BOOL)(_COLUMN)?"`)

pkg/workloads/cortex/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
CORTEX_VERSION = "0.7.0"
15+
CORTEX_VERSION = "0.7.1"
1616

1717
COLUMN_TYPE_INT = "INT_COLUMN"
1818
COLUMN_TYPE_FLOAT = "FLOAT_COLUMN"

0 commit comments

Comments
 (0)