Skip to content

Commit

Permalink
Fix libcalico version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdee committed Apr 8, 2016
1 parent 549d3cc commit ea48824
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
@@ -1,7 +1,7 @@
.PHONY: all binary test plugin ipam ut clean update-version

# Version of calico/build to use.
BUILD_VERSION=latest
BUILD_VERSION=v0.13.0

SRCFILES=$(shell find calico_cni -type f ! -path calico_cni/version.py) calico.py ipam.py
LOCAL_IP_ENV?=$(shell ip route get 8.8.8.8 | head -1 | cut -d' ' -f8)
Expand Down

0 comments on commit ea48824

Please sign in to comment.