aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')