aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Rampke <mr@soundcloud.com>2016-02-04 12:43:50 +0000
committerMatthias Rampke <mr@soundcloud.com>2016-02-04 12:43:50 +0000
commit20ecedd0b4c983bd7b88f97cd7a21461988a6c12 (patch)
tree34a95e22196c1bf49d8b71030560f59a4e17b0f8 /Makefile
parent1cdea5196e4d5b6e7b6df634e2b3460ea2bd195f (diff)
downloadprometheus_node_collector-20ecedd0b4c983bd7b88f97cd7a21461988a6c12.tar.bz2
prometheus_node_collector-20ecedd0b4c983bd7b88f97cd7a21461988a6c12.tar.xz
prometheus_node_collector-20ecedd0b4c983bd7b88f97cd7a21461988a6c12.zip
And one more, because I don't know how to version.0.12.0rc3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb3fda2..10d7545 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.0rc2 14VERSION := 0.12.0rc3
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')