Skip to content

Commit

Permalink
update to Tailscale v1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 19, 2022
1 parent e9138a2 commit 39e51aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TSTAG ?= v1.22.1
TSTAG ?= v1.22.2

.PHONY: build-tailscaled-container
build-tailscaled-container:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ downloaded in the Docker containers. To invoke the build, run `make out/pkg`.
This builds Tailscale QPKG for different platforms and stores them in
**out/pkg**.

By default, Tailscale release v1.22.1 is built. To configure the release number,
By default, Tailscale release v1.22.2 is built. To configure the release number,
set the environment variable `TSTAG` to the release number, e.g.
`TSTAG=v1.22.1 make out/pkg`.
`TSTAG=v1.22.2 make out/pkg`.

How-To Build in Windows
----------------
Expand Down
2 changes: 1 addition & 1 deletion upstream_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.22.1
v1.22.2

0 comments on commit 39e51aa

Please sign in to comment.