Skip to content

Commit

Permalink
bump up version (#392)
Browse files Browse the repository at this point in the history
* bump up version

Signed-off-by: Woojoong Kim <[email protected]>

* fix makefile target

---------

Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 authored Jun 30, 2024
1 parent 7d0c680 commit 0d261ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2-dev
1.0.2

0 comments on commit 0d261ad

Please sign in to comment.