Skip to content

Commit

Permalink
Merge pull request #9 from AbsaOSS/bump-version
Browse files Browse the repository at this point in the history
Bump latest version
  • Loading branch information
kuritka authored Dec 20, 2021
2 parents 7f7cb48 + 56bc4c1 commit ad7d9ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ lint:
golangci-lint run

license:
go install github.com/AbsaOSS/golic@v0.6.0
go install github.com/AbsaOSS/golic@latest
golic inject -c="2022 Absa Group Limited"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ golic inject -c="2022 MyCompany ltd." --dry
Install and run **GOLIC**
```shell
# GO 1.16
go install github.com/AbsaOSS/golic@v0.6.0
go install github.com/AbsaOSS/golic@latest
golic version
```
Golic has two configurations `.licignore` and `.golic.yaml`. The first determines which
Expand Down Expand Up @@ -72,7 +72,7 @@ Usually you want to find out that something went wrong during CI / CD. For examp
In terms of golic, we want the build pipe to end with an error if we find at least one file with a missing license.
The `-x` argument handles that.
```shell
go install github.com/AbsaOSS/golic@v0.6.0
go install github.com/AbsaOSS/golic@latest
golic inject --dry -x -t apache2
```

Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/spf13/cobra"
)

const version = "v0.6.0"
const version = "v0.7.0"

var versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit ad7d9ae

Please sign in to comment.