From a24f52be1fe39145d7988f868533646ab30f2d85 Mon Sep 17 00:00:00 2001 From: Stephan Peijnik Date: Tue, 13 Mar 2018 15:44:47 +0100 Subject: [PATCH] Ensure goreleaser builds the entire fsqm package and bump version to 0.1.2 Closes: #1 Signed-off-by: Stephan Peijnik --- .goreleaser.yml | 6 +++--- README.md | 2 +- version.go | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 5dd73b3..b8f0abc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,7 +1,7 @@ project_name: fsqm builds: - - main: ./cmd/fsqm/fsqm.go + - main: ./cmd/fsqm/ binary: fsqm ldflags: -s -w env: @@ -23,5 +23,5 @@ release: github: owner: anexia-it name: fsquota - draft: true - prerelease: true \ No newline at end of file + draft: false + prerelease: false \ No newline at end of file diff --git a/README.md b/README.md index f978c03..d4b3c55 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Issues in fsquota are tracked using the corresponding GitHub project's [issue tr ## Status -The current release is **v0.1.1**. +The current release is **v0.1.2**. Changes to fsquota are subject to [semantic versioning](http://semver.org/). diff --git a/version.go b/version.go index 51c4fca..1a6b933 100644 --- a/version.go +++ b/version.go @@ -9,7 +9,7 @@ const VersionMajor = 0 const VersionMinor = 1 // Patch version -const VersionPatch = 1 +const VersionPatch = 2 // VersionString returns the complete version string func VersionString() string {