Skip to content

Commit 1bca386

Browse files
committed
feat: bump version to 0.2.3
1 parent 19519bf commit 1bca386

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
@@ -122,6 +122,6 @@ type Logger interface {
122122

123123
// Version returns the current version of Ockam
124124
func Version() string {
125-
version := "0.2.0-develop"
125+
version := "0.2.3"
126126
return version
127127
}

0 commit comments

Comments
 (0)