Skip to content

Commit a1d697e

Browse files
committed
release 0.1.0
1 parent 81bd1a7 commit a1d697e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ server:
5858
Status
5959
------
6060

61-
`grok_exporter` is still in alpha phase. We plan to release the first beta before the [PromCon 2016](https://promcon.io).
62-
6361
Operating system support:
6462

6563
* Linux 64 Bit: [Supported](https://travis-ci.org/fstab/grok_exporter)
@@ -163,4 +161,4 @@ You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-
163161
[Gauge]: https://prometheus.io/docs/concepts/metric_types/#gauge
164162
[Histogram]: https://prometheus.io/docs/concepts/metric_types/#histogram
165163
[Summary]: https://prometheus.io/docs/concepts/metric_types/#summary
166-
[https://groups.google.com/forum/#!forum/grok_exporter-users]: https://groups.google.com/forum/#!forum/grok_exporter-users
164+
[https://groups.google.com/forum/#!forum/grok_exporter-users]: https://groups.google.com/forum/#!forum/grok_exporter-users

exporter/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package exporter
22

33
const (
4-
VERSION = "0.0.4-SNAPSHOT"
4+
VERSION = "0.1.0"
55
BUILD_DATE = "2016-07-30"
66
)

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
# The Darwin release is built natively, Linux and Windows are built in a Docker container
88
#========================================================================================
99

10-
export VERSION=0.0.4-SNAPSHOT
10+
export VERSION=0.1.0
1111

1212
cd $GOPATH/src/github.com/fstab/grok_exporter
1313
rm -rf dist

0 commit comments

Comments
 (0)