From f3576e854516a74074c9f7473c9b01be7466c58f Mon Sep 17 00:00:00 2001 From: adamstruck Date: Mon, 30 Jul 2018 13:02:55 -0700 Subject: [PATCH] version 0.3.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ffe97b47..370390ba 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ VERSION_LDFLAGS=\ -X "github.com/bmeg/arachne/version.GitBranch=$(git_branch)" \ -X "github.com/bmeg/arachne/version.GitUpstream=$(git_upstream)" -export ARACHNE_VERSION = 0.2.0 +export ARACHNE_VERSION = 0.3.0 # LAST_PR_NUMBER is used by the release notes builder to generate notes # based on pull requests (PR) up until the last release. export LAST_PR_NUMBER = 125