Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Databingo committed Sep 5, 2023
1 parent 0ed16aa commit 580ee4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions else/thought.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ headless false to get cookie? NO
check chatGPT verify mask? Difficult
color setting of vi for symbols (now is black can't see in black background)
restart for faulse AI model?
escapt %v out of %!s(MISSING): on webpage
6 changes: 3 additions & 3 deletions release/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ func main() {

// Create a new release
release, _, err := client.Repositories.CreateRelease(ctx, owner, repo, &github.RepositoryRelease{
TagName: github.String("v0.2.2"),
TagName: github.String("v0.2.3"),
TargetCommitish: github.String("master"),
Name: github.String("Release v0.2.2"),
Body: github.String("Welcome to Aih! Fixed Claude json encoding with newline problem."),
Name: github.String("Release v0.2.3"),
Body: github.String("Welcome to Aih! Fixed Claude json encoding with newline problem in multiple input mode."),
Draft: github.Bool(false),
Prerelease: github.Bool(false),
})
Expand Down

0 comments on commit 580ee4f

Please sign in to comment.