Skip to content

Commit 2740433

Browse files
committed
go.mod: update for 1.76.2
Version bump for Android. Signed-off-by: Andrea Gottardo <[email protected]>
1 parent fafffd2 commit 2740433

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ android {
3737
defaultConfig {
3838
minSdkVersion 26
3939
targetSdkVersion 34
40-
versionCode 308
41-
versionName "1.76.1-t24929f6b6-ga20b1114dd5"
40+
versionCode 310
41+
versionName "1.76.2-t088d78591-gfafffd2aeba"
4242

4343
// This setting, which defaults to 'true', will cause Tailscale to fall
4444
// back to the Google DNS servers if it cannot determine what the

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/tailscale/wireguard-go v0.0.0-20240905161824-799c1978fafc
77
golang.org/x/mobile v0.0.0-20240806205939-81131f6468ab
88
inet.af/netaddr v0.0.0-20220617031823-097006376321
9-
tailscale.com v1.76.1-0.20241015182059-24929f6b6111
9+
tailscale.com v1.76.2-0.20241017163834-088d78591c81
1010
)
1111

1212
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,5 @@ tailscale.com v1.76.0 h1:6fS66odV7LySVzS2ZmJebWETeS26grV8iaKZfWgXaPA=
262262
tailscale.com v1.76.0/go.mod h1:myCwmhYBvMCF/5OgBYuIW42zscuEo30bAml7wABVZLk=
263263
tailscale.com v1.76.1-0.20241015182059-24929f6b6111 h1:EfNlWDTa4Togeo0XIIvmn41A/8hfD4vEBxw3PDeT88o=
264264
tailscale.com v1.76.1-0.20241015182059-24929f6b6111/go.mod h1:myCwmhYBvMCF/5OgBYuIW42zscuEo30bAml7wABVZLk=
265+
tailscale.com v1.76.2-0.20241017163834-088d78591c81 h1:AI7VyXSymn58THiEAYPhcze6LpiqzjY9WFdT9PmJXtU=
266+
tailscale.com v1.76.2-0.20241017163834-088d78591c81/go.mod h1:myCwmhYBvMCF/5OgBYuIW42zscuEo30bAml7wABVZLk=

0 commit comments

Comments
 (0)