aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Schmidt <ts@soundcloud.com>2015-10-06 13:36:27 -0400
committerTobias Schmidt <ts@soundcloud.com>2015-10-06 13:36:27 -0400
commite70cbd2045bc63df74fa652213f1ace470e8b796 (patch)
treed6a72fb569249781e0af9813a6b7681097b7924e
parentb97c0b98d77a84be7f4d73d6d9d54912960c4e29 (diff)
downloadprometheus_node_collector-0.12.0rc1.tar.bz2
prometheus_node_collector-0.12.0rc1.tar.xz
prometheus_node_collector-0.12.0rc1.zip
Release 0.12.0rc10.12.0rc1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fbfc28b..4849578 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.11.0 14VERSION := 0.12.0rc1
15TARGET := node_exporter 15TARGET := node_exporter
16GOFLAGS := -ldflags "-X main.Version=$(VERSION)" 16GOFLAGS := -ldflags "-X main.Version=$(VERSION)"
17 17