feat: implement copilot mode

This commit is contained in:
2023-10-15 12:08:33 +02:00
parent c2b12f297c
commit 58538cff20
31 changed files with 565 additions and 395 deletions

View File

@ -51,8 +51,8 @@ import (
// 10. Send out the CL for review and submit it.
const (
Major = 1
Minor = 28
Patch = 1
Minor = 31
Patch = 0
PreRelease = ""
)