Skip to content

Commit

Permalink
0.7.3: Fix building on latest Go, package various architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Apr 23, 2021
1 parent 503beb1 commit 3e1cf0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

# 0.7.3 (2021-04-23)

-[PR](https://github.com/evilmartians/lefthook/pull/168) Package versions for all architectures (x86_64, ARM64, x86) into Ruby gem and NPM package @Envek
-[PR](https://github.com/evilmartians/lefthook/pull/167) Fix golang 15+ build @skryukov

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

const (
version string = "0.7.2"
version string = "0.7.3"
)

// versionCmd represents the version command
Expand Down

0 comments on commit 3e1cf0a

Please sign in to comment.