aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Rampke <mr@soundcloud.com>2015-05-22 15:08:31 +0000
committerMatthias Rampke <mr@soundcloud.com>2015-05-24 09:45:20 +0000
commit433e2c584ff2031140f05d1c5c87de1688657310 (patch)
treeffd65b04d8d1377dde20be67fdb5cf2667b2eaa4 /Makefile
parentb5394815036e5a04146c3e10ce8e8f7b812d3099 (diff)
downloadprometheus_node_collector-433e2c584ff2031140f05d1c5c87de1688657310.tar.bz2
prometheus_node_collector-433e2c584ff2031140f05d1c5c87de1688657310.tar.xz
prometheus_node_collector-433e2c584ff2031140f05d1c5c87de1688657310.zip
Cut release 0.9.0
This release adds the IPVS collector and removes the deprecated attributes collector.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 523f989..96e257b 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.8.1 14VERSION := 0.9.0
15TARGET := node_exporter 15TARGET := node_exporter
16GOFLAGS := -ldflags "-X main.Version $(VERSION)" 16GOFLAGS := -ldflags "-X main.Version $(VERSION)"
17 17