From: Brian Brazil Date: Fri, 8 Apr 2016 09:22:33 +0000 (+0100) Subject: Now developing 0.2.0 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5fc4d1f0ff3d4d517e75148d8afa42dec1182a96;p=blackbox_exporter.git Now developing 0.2.0 --- diff --git a/Makefile b/Makefile index cfdf04e..0e1dccb 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION := 0.1.0 +VERSION := 0.2.0 TARGET := blackbox_exporter GOFLAGS := -ldflags "-X main.Version=$(VERSION)"