Skip to content

Commit 1455342

Browse files
chore: update release version
1 parent d9503e0 commit 1455342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GT=go test
44
BUILD_DIR=build
55
PLUGIN_FLAGS=--buildmode=plugin
66
PLUGIN_BUILD_DIR=$(BUILD_DIR)/plugins
7-
DEFAULT_VERSION=8.9.0
7+
DEFAULT_VERSION=8.9.1
88
VERSION := $(or $(VERSION),$(DEFAULT_VERSION))
99

1010
PLUGINS=$(shell ls -l plugins | grep ^d | awk '{ print $$9 }')

0 commit comments

Comments
 (0)