Skip to content

Commit

Permalink
gardening modules for v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
k33g committed Sep 18, 2022
1 parent be73d40 commit 130bf4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions capsulemodule/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ module github.com/bots-garden/capsule/capsulemodule

go 1.18

replace github.com/bots-garden/capsule/capsulemodule => ../capsulemodule

replace github.com/bots-garden/capsule/commons => ../commons

replace github.com/bots-garden/capsule v0.2.2 => ../

replace github.com/bots-garden/capsule/commons v0.2.2 => ../commons
Expand Down
1 change: 1 addition & 0 deletions commons/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ module github.com/bots-garden/capsule/commons
go 1.18

replace github.com/bots-garden/capsule v0.2.2 => ../

2 changes: 1 addition & 1 deletion commons/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package commons

func CapsuleVersion() string {
return "0.2.1 🐌 [snail]"
return "v0.2.2 🦋 [butterfly]"
}

0 comments on commit 130bf4c

Please sign in to comment.