Skip to content

Commit 6b5b634

Browse files
committed
Update version to 2.0.0
1 parent 49e2b6a commit 6b5b634

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TAG?=1.7.1
1+
TAG?=2.0.0
22
VERSION := $(shell echo `git describe --tags --long --match=*.*.* --dirty` | sed s/version-//g)
33

44
PKG=github.com/cloudtools/ssh-cert-authority
@@ -24,6 +24,8 @@ ssh-cert-authority-darwin-amd64:
2424
ssh-cert-authority-darwin-amd64.gz: ssh-cert-authority-darwin-amd64
2525
gzip -f ssh-cert-authority-darwin-amd64
2626

27+
release: ssh-cert-authority-darwin-amd64.gz ssh-cert-authority-linux-amd64.gz
28+
2729
test:
2830
@go test ./...
2931

0 commit comments

Comments
 (0)