aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Hansen <ian@supershabam.com>2015-07-27 08:56:21 -0400
committerIan Hansen <ian@supershabam.com>2015-07-27 10:27:09 -0400
commit31ca1ae0a6dd5c43cb19e3c591158c71a501e833 (patch)
tree756aebeb78abd8adb8e0fd32fbf10d7d67f6a048 /Makefile
parentaca4688dc394330d7392bc66234ef4729852bfb5 (diff)
downloadprometheus_node_collector-31ca1ae0a6dd5c43cb19e3c591158c71a501e833.tar.bz2
prometheus_node_collector-31ca1ae0a6dd5c43cb19e3c591158c71a501e833.tar.xz
prometheus_node_collector-31ca1ae0a6dd5c43cb19e3c591158c71a501e833.zip
Cut version 0.11.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab6ebd7..14f421a 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
11# See the License for the specific language governing permissions and 11# See the License for the specific language governing permissions and
12# limitations under the License. 12# limitations under the License.
13 13
14VERSION := 0.10.0 14VERSION := 0.11.0
15TARGET := node_exporter 15TARGET := node_exporter
16GOFLAGS := -ldflags "-X main.Version $(VERSION)" 16GOFLAGS := -ldflags "-X main.Version $(VERSION)"
17 17