Skip to content

Commit

Permalink
feat: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalwadhwa committed Feb 26, 2019
1 parent 943cc78 commit c372c0c
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 @@ -136,6 +136,6 @@ type CommitStore interface {

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

0 comments on commit c372c0c

Please sign in to comment.