Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Jul 30, 2016
1 parent 81bd1a7 commit a1d697e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ server:
Status
------

`grok_exporter` is still in alpha phase. We plan to release the first beta before the [PromCon 2016](https://promcon.io).

Operating system support:

* Linux 64 Bit: [Supported](https://travis-ci.org/fstab/grok_exporter)
Expand Down Expand Up @@ -163,4 +161,4 @@ You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-
[Gauge]: https://prometheus.io/docs/concepts/metric_types/#gauge
[Histogram]: https://prometheus.io/docs/concepts/metric_types/#histogram
[Summary]: https://prometheus.io/docs/concepts/metric_types/#summary
[https://groups.google.com/forum/#!forum/grok_exporter-users]: https://groups.google.com/forum/#!forum/grok_exporter-users
[https://groups.google.com/forum/#!forum/grok_exporter-users]: https://groups.google.com/forum/#!forum/grok_exporter-users
2 changes: 1 addition & 1 deletion exporter/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package exporter

const (
VERSION = "0.0.4-SNAPSHOT"
VERSION = "0.1.0"
BUILD_DATE = "2016-07-30"
)
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
# The Darwin release is built natively, Linux and Windows are built in a Docker container
#========================================================================================

export VERSION=0.0.4-SNAPSHOT
export VERSION=0.1.0

cd $GOPATH/src/github.com/fstab/grok_exporter
rm -rf dist
Expand Down

0 comments on commit a1d697e

Please sign in to comment.