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 {