Skip to content

Commit 05d63bb

Browse files
authored
Merge pull request #21 from reedom/chore/v0.7.0
chore: version bump to v0.7.0
2 parents 634f063 + d22b94d commit 05d63bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2023 HANAI Tohru
3+
Copyright (c) 2022-2024 HANAI Tohru
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import (
4949
"github.com/sample/myapp/storage"
5050
)
5151

52-
//go:generate go run github.com/reedom/convergen@v0.6.3
52+
//go:generate go run github.com/reedom/convergen@v0.7.0
5353
type Convergen interface {
5454
// :typecast
5555
// :stringer
@@ -134,7 +134,7 @@ $ go get -u github.com/reedom/convergen@latest
134134
Then, write a generator as follows:
135135

136136
```go
137-
//go:generate go run github.com/reedom/convergen@v0.6.3
137+
//go:generate go run github.com/reedom/convergen@v0.7.0
138138
type Convergen interface {
139139
140140
}

0 commit comments

Comments
 (0)