aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulius Volz <julius@soundcloud.com>2015-06-10 17:53:10 +0200
committerJulius Volz <julius@soundcloud.com>2015-06-10 17:53:36 +0200
commit8b3cf08b032fd18a16bc1ad7ec676ab40997f17a (patch)
tree53f43931b084835480005f96a3b65e97092b9555 /Makefile
parent94d225919bd147651c0fcb08d6a878575f8ffdec (diff)
downloadprometheus_node_collector-8b3cf08b032fd18a16bc1ad7ec676ab40997f17a.tar.bz2
prometheus_node_collector-8b3cf08b032fd18a16bc1ad7ec676ab40997f17a.tar.xz
prometheus_node_collector-8b3cf08b032fd18a16bc1ad7ec676ab40997f17a.zip
Cut version 0.10.0.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96e257b..ab6ebd7 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.9.0 14VERSION := 0.10.0
15TARGET := node_exporter 15TARGET := node_exporter
16GOFLAGS := -ldflags "-X main.Version $(VERSION)" 16GOFLAGS := -ldflags "-X main.Version $(VERSION)"
17 17