We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94d2259 + 8b3cf08 commit 484eedbCopy full SHA for 484eedb
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.10.0 / 2015-06-10
2
+* [CHANGE] Change logging output format and flags.
3
+
4
## 0.9.0 / 2015-05-26
5
6
* [BUGFIX] Fix `/proc/net/dev` parsing.
Makefile
@@ -11,7 +11,7 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
14
-VERSION := 0.9.0
+VERSION := 0.10.0
15
TARGET := node_exporter
16
GOFLAGS := -ldflags "-X main.Version $(VERSION)"
17
0 commit comments