Skip to content

Commit

Permalink
Version support
Browse files Browse the repository at this point in the history
  • Loading branch information
kuritka committed Mar 18, 2021
1 parent 6801aff commit f800e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ create `.licignore` in project root
Install and run **GOLIC**
```shell
# GO 1.16
go install github.com/AbsaOSS/golic@v0.4.4
go install github.com/AbsaOSS/golic@v0.4.5
golic inject -c="2021 MyCompany ltd."
```

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

const version = "v0.4.2"
const version = "v0.4.5"

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

0 comments on commit f800e3d

Please sign in to comment.