Skip to content

Commit 4e34ddb

Browse files
committed
build: updated build version
1 parent c8ae916 commit 4e34ddb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build.sh

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

33
set -e
44

5-
VERSION="1.2.0"
5+
VERSION="1.2.1"
66
PROTECTED_MODE="no"
77

88
export GO15VENDOREXPERIMENT=1

cmd/triangle/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ func main() {
176176
}()
177177
}
178178

179+
// close the channel after the values flowing through the channel are consumed.
179180
go func() {
180181
defer close(ch)
181182
wg.Wait()

0 commit comments

Comments
 (0)