Skip to content

Commit

Permalink
Merge pull request #21 from reedom/chore/v0.7.0
Browse files Browse the repository at this point in the history
chore: version bump to v0.7.0
  • Loading branch information
reedom authored Aug 29, 2024
2 parents 634f063 + d22b94d commit 05d63bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2023 HANAI Tohru
Copyright (c) 2022-2024 HANAI Tohru

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import (
"github.com/sample/myapp/storage"
)

//go:generate go run github.com/reedom/convergen@v0.6.3
//go:generate go run github.com/reedom/convergen@v0.7.0
type Convergen interface {
// :typecast
// :stringer
Expand Down Expand Up @@ -134,7 +134,7 @@ $ go get -u github.com/reedom/convergen@latest
Then, write a generator as follows:

```go
//go:generate go run github.com/reedom/convergen@v0.6.3
//go:generate go run github.com/reedom/convergen@v0.7.0
type Convergen interface {
}
Expand Down

0 comments on commit 05d63bb

Please sign in to comment.