diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-05 23:25:53 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-05 23:25:53 +0300 |
| commit | 7f6fb4b7eae994972f883384de7feed4702c1c20 (patch) | |
| tree | 36b06cfdfaf1eeba8e1ff74899535e592dd04c74 /internal/version.go | |
| parent | f784d30559569cba63d5d02aa3413346accea7fb (diff) | |
The interactive browser login/consent flow was bounded by a 1-minute
context timeout, too short for manual credential entry and 2FA,
causing "context deadline exceeded" errors. Bumped to 5 minutes.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Diffstat (limited to 'internal/version.go')
| -rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index 5e688a8..75206e1 100644 --- a/internal/version.go +++ b/internal/version.go @@ -6,7 +6,7 @@ import ( "codeberg.org/snonux/gos/internal/table" ) -const versionStr = "v1.3.0" +const versionStr = "v1.3.1" func printVersion() { table.New(). |
