Skip to content

Commit 10a5293

Browse files
committed
update
1 parent a213e8a commit 10a5293

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release/upload.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ func main() {
3131

3232
// Create a new release
3333
release, _, err := client.Repositories.CreateRelease(ctx, owner, repo, &github.RepositoryRelease{
34-
TagName: github.String("v0.2.5.1"),
34+
TagName: github.String("v0.2.5.2"),
3535
TargetCommitish: github.String("master"),
36-
Name: github.String("Release v0.2.5.1"),
37-
Body: github.String("Welcome to Aih! Optimized parsing result logic of llama2 and falcon180."),
36+
Name: github.String("Release v0.2.5.2"),
37+
Body: github.String("Welcome to Aih! Fixed llama2 parsing result logic."),
3838
Draft: github.Bool(false),
3939
Prerelease: github.Bool(false),
4040
})

0 commit comments

Comments
 (0)