Skip to content

Commit ef75bfa

Browse files
committed
chore: release v1.3.2
1 parent dbb8b20 commit ef75bfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes will be documented here.
44

5-
## [v1.3.2] - UNRELEASED
5+
## [v1.3.2] - 2022-12-26
66

77
- Allow invocation without `GIT_DIR` variable
88

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build_tags := $(strip $(build_tags))
3030
BUILD_FLAGS := -tags "$(build_tags) $(GITOPIA_ENV)"
3131

3232
appname := git-remote-gitopia
33-
version := 1.3.0
33+
version := 1.3.2
3434

3535
build = GOOS=$(1) GOARCH=$(2) go build $(BUILD_FLAGS) -o build/$(appname)$(3) ./cmd/git-remote-gitopia && \
3636
GOOS=$(1) GOARCH=$(2) go build $(BUILD_FLAGS) -o build/git-gitopia$(3) ./cmd/git-gitopia

0 commit comments

Comments
 (0)