Skip to content

Commit 04ce69d

Browse files
chore: bump operator version (#559)
1 parent 9481dd2 commit 04ce69d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ OS := $(shell uname -s)
55
CONFIG_FILE?=config-files/config.yaml
66
AGG_CONFIG_FILE?=config-files/config-aggregator.yaml
77

8-
OPERATOR_VERSION=v0.1.6
8+
OPERATOR_VERSION=v0.2.1
99

1010
ifeq ($(OS),Linux)
1111
BUILD_ALL_FFI = $(MAKE) build_all_ffi_linux
@@ -415,7 +415,7 @@ build_binaries:
415415
@go build -o ./aggregator/build/aligned-aggregator ./aggregator/cmd/main.go
416416
@echo "Aggregator built into /aggregator/build/aligned-aggregator"
417417
@echo "Building aligned layer operator..."
418-
@go build -o ./operator/build/aligned-operator ./operator/cmd/main.go
418+
@go build -ldflags "-X main.Version=$(OPERATOR_VERSION)" -o ./operator/build/aligned-operator ./operator/cmd/main.go
419419
@echo "Aligned layer operator built into /operator/build/aligned-operator"
420420

421421
__SP1_FFI__: ##

0 commit comments

Comments
 (0)