Skip to content

Commit 87b230a

Browse files
pruukclaude
andcommitted
chore(release): bump module version to 0.2.0
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent a35dd42 commit 87b230a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weather.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type weatherModule struct {
4646
var module weatherModule
4747

4848
func init() {
49-
module = weatherModule{plug: plugins.New(`weather`, `0.1.0`)}
49+
module = weatherModule{plug: plugins.New(`weather`, `0.2.0`)}
5050
if err := module.plug.AttachFileSystem(files); err != nil {
5151
panic(err)
5252
}

0 commit comments

Comments
 (0)