Skip to content

Commit

Permalink
Changed default release version to 99.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Borodin authored and mborodin-px committed Feb 24, 2024
1 parent 090d400 commit 166345d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ifeq ($(BUILD_TYPE),debug)
BUILDFLAGS += -gcflags "-N -l"
endif

RELEASE_VER := 99.9.9
RELEASE_VER ?= 99.9.9
BASE_DIR := $(shell git rev-parse --show-toplevel)
GIT_SHA := $(shell git rev-parse --short HEAD)
BIN := $(BASE_DIR)/bin
Expand Down

0 comments on commit 166345d

Please sign in to comment.