Skip to content

Commit

Permalink
feat: bump version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalwadhwa committed Jan 10, 2019
1 parent 9522e99 commit 9d0b2de
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 @@ -122,6 +122,6 @@ type Logger interface {

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

0 comments on commit 9d0b2de

Please sign in to comment.