repo: Bump launcher version to 2.65

https://gerrit-review.git.corp.google.com/c/git-repo/+/569001 didn't
update the repo launcher script version for the newly added
`--use-local-gitdirs` flag.

Bug: 513329573
Bug: 508146070
Change-Id: I07ad939a40466ed50e439c815608797689fd505f
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/587381
Tested-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
Reviewed-by: Mike Frysinger <vapier@google.com>
This commit is contained in:
Gavin Mak
2026-05-26 10:35:57 -07:00
committed by gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com
parent f7a24df00c
commit d9d86fb595
+1 -1
View File
@@ -129,7 +129,7 @@ if not REPO_REV:
BUG_URL = "https://issues.gerritcodereview.com/issues/new?component=1370071"
# increment this whenever we make important changes to this script
VERSION = (2, 54)
VERSION = (2, 65)
# increment this if the MAINTAINER_KEYS block is modified
KEYRING_VERSION = (2, 3)