Skip to content

Commit

Permalink
release: prepare for v1.10.1 update
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Apr 24, 2018
1 parent 50919bc commit 9d4969c
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.1
---
* **tello**
* improve support for DJI Tello drone, especially video

1.10.0
---
* **docs**
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.0"
const version = "1.10.1"

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

0 comments on commit 9d4969c

Please sign in to comment.