Skip to content

Commit

Permalink
feat: bump version to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalwadhwa committed Jan 24, 2019
1 parent 3774fe5 commit fda95f0
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.6"
version := "0.2.7"
return version
}

0 comments on commit fda95f0

Please sign in to comment.