Skip to content

Commit

Permalink
feat: bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalwadhwa committed Jun 20, 2019
1 parent e3ca6c2 commit d114d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ockam.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ type Cryptographer interface {

// Version returns the current version of Ockam
func Version() string {
version := "0.3.0"
version := "0.3.2"
return version
}

0 comments on commit d114d70

Please sign in to comment.