Skip to content

Commit c524356

Browse files
committed
version: bump date
Change-Id: Ib314eccff199fc0854553216762737ce6af19586 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
1 parent 1a4e8da commit c524356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
// Long is a full version number for this build, of the form
1515
// "x.y.z-commithash", or "date.yyyymmdd" if no actual version was
1616
// provided.
17-
var Long = "date.20211101"
17+
var Long = "date.20220107"
1818

1919
// Short is a short version number for this build, of the form
2020
// "x.y.z", or "date.yyyymmdd" if no actual version was provided.

0 commit comments

Comments
 (0)