From 0d261ad5edc561438c9ec530f27ee7d05da54eaf Mon Sep 17 00:00:00 2001 From: Woojoong Kim Date: Sat, 29 Jun 2024 19:55:22 -0700 Subject: [PATCH] bump up version (#392) * bump up version Signed-off-by: Woojoong Kim * fix makefile target --------- Signed-off-by: Woojoong Kim --- Makefile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 46c0b61..c78774c 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ docker-push-onos-topo: # @HELP push onos-topo Docker image docker push onosproject/onos-topo:${ONOS_TOPO_VERSION} docker-push: # @HELP push docker images -docker-push: docker-push-onos-pci +docker-push: docker-push-onos-topo lint: # @HELP examines Go source code and reports coding problems golangci-lint --version | grep $(GOLANG_CI_VERSION) || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b `go env GOPATH`/bin $(GOLANG_CI_VERSION) diff --git a/VERSION b/VERSION index d666bd4..6d7de6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2-dev +1.0.2