Skip to content

Commit 484eedb

Browse files
committed
Merge pull request #83 from prometheus/v0.10
Cut version 0.10.0.
2 parents 94d2259 + 8b3cf08 commit 484eedb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.10.0 / 2015-06-10
2+
* [CHANGE] Change logging output format and flags.
3+
14
## 0.9.0 / 2015-05-26
25

36
* [BUGFIX] Fix `/proc/net/dev` parsing.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
VERSION := 0.9.0
14+
VERSION := 0.10.0
1515
TARGET := node_exporter
1616
GOFLAGS := -ldflags "-X main.Version $(VERSION)"
1717

0 commit comments

Comments
 (0)