aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes 'fish' Ziemke <github@freigeist.org>2015-05-05 13:28:50 +0200
committerJohannes 'fish' Ziemke <github@freigeist.org>2015-05-05 13:28:50 +0200
commitd1822e474959c06e3b4885c34e8d200b9e83a305 (patch)
tree55a3bf173f5b9e92ef33e0c3def8f68d95101761
parentcb125472c587f32f6082c69bcaa4db4a4e3abebd (diff)
downloadprometheus_node_collector-0.8.1.tar.bz2
prometheus_node_collector-0.8.1.tar.xz
prometheus_node_collector-0.8.1.zip
Bump version0.8.1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55d45aa..523f989 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.8.0 14VERSION := 0.8.1
15TARGET := node_exporter 15TARGET := node_exporter
16GOFLAGS := -ldflags "-X main.Version $(VERSION)" 16GOFLAGS := -ldflags "-X main.Version $(VERSION)"
17 17