Skip to content

Commit 130bf4c

Browse files
committed
gardening modules for v0.2.2
1 parent be73d40 commit 130bf4c

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

capsulemodule/go.mod

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ module github.com/bots-garden/capsule/capsulemodule
22

33
go 1.18
44

5+
replace github.com/bots-garden/capsule/capsulemodule => ../capsulemodule
6+
7+
replace github.com/bots-garden/capsule/commons => ../commons
8+
59
replace github.com/bots-garden/capsule v0.2.2 => ../
610

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

commons/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ module github.com/bots-garden/capsule/commons
33
go 1.18
44

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

commons/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package commons
22

33
func CapsuleVersion() string {
4-
return "0.2.1 🐌 [snail]"
4+
return "v0.2.2 🦋 [butterfly]"
55
}

0 commit comments

Comments
 (0)