Skip to content

Commit

Permalink
release: update version to 1.10.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed Apr 24, 2018
1 parent b082d67 commit b2ddfe7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.10.2
---
* **opencv**
* update GoCV to latest version

1.10.1
---
* **tello**
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package gobot

const version = "1.10.1"
const version = "1.10.2"

// Version returns the current Gobot version
func Version() string {
Expand Down

0 comments on commit b2ddfe7

Please sign in to comment.