Skip to content

Commit fda95f0

Browse files
committed
feat: bump version to 0.2.7
1 parent 3774fe5 commit fda95f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ockam.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ type Logger interface {
122122

123123
// Version returns the current version of Ockam
124124
func Version() string {
125-
version := "0.2.6"
125+
version := "0.2.7"
126126
return version
127127
}

0 commit comments

Comments
 (0)