Skip to content

Commit d114d70

Browse files
committed
feat: bump version to 0.3.2
1 parent e3ca6c2 commit d114d70

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
@@ -152,6 +152,6 @@ type Cryptographer interface {
152152

153153
// Version returns the current version of Ockam
154154
func Version() string {
155-
version := "0.3.0"
155+
version := "0.3.2"
156156
return version
157157
}

0 commit comments

Comments
 (0)