Skip to content

Commit

Permalink
Ensure goreleaser builds the entire fsqm package and bump version to …
Browse files Browse the repository at this point in the history
…0.1.2

Closes: #1

Signed-off-by: Stephan Peijnik <[email protected]>
  • Loading branch information
speijnik committed Mar 13, 2018
1 parent 5091799 commit a24f52b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project_name: fsqm

builds:
- main: ./cmd/fsqm/fsqm.go
- main: ./cmd/fsqm/
binary: fsqm
ldflags: -s -w
env:
Expand All @@ -23,5 +23,5 @@ release:
github:
owner: anexia-it
name: fsquota
draft: true
prerelease: true
draft: false
prerelease: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a24f52b

Please sign in to comment.