aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Rampke <mr@soundcloud.com>2016-02-04 12:41:05 +0000
committerMatthias Rampke <mr@soundcloud.com>2016-02-04 12:41:05 +0000
commit1cdea5196e4d5b6e7b6df634e2b3460ea2bd195f (patch)
tree19b07a004a91c69d13c56a3fb9bc0ad6e8216436 /Makefile
parenta05966a3a94d066208e81ff1d2f6a31fdf4a9d71 (diff)
downloadprometheus_node_collector-1cdea5196e4d5b6e7b6df634e2b3460ea2bd195f.tar.bz2
prometheus_node_collector-1cdea5196e4d5b6e7b6df634e2b3460ea2bd195f.tar.xz
prometheus_node_collector-1cdea5196e4d5b6e7b6df634e2b3460ea2bd195f.zip
Release 0.12.0rc2.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0bf5de..cb3fda2 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.12.0rc1 14VERSION := 0.12.0rc2
15TARGET := node_exporter 15TARGET := node_exporter
16 16
17REVISION := $(shell git rev-parse --short HEAD 2> /dev/null || echo 'unknown') 17REVISION := $(shell git rev-parse --short HEAD 2> /dev/null || echo 'unknown')