Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoirier committed Nov 15, 2015
1 parent eca7e33 commit d207620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtlsdr.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static inline rtlsdr_read_async_cb_t get_go_cb2() {
import "C"

// Current version.
var PackageVersion = "v2.9.3"
var PackageVersion = "v2.9.4"

// ReadAsyncCbT defines a user callback function type.
type ReadAsyncCbT func([]byte, *UserCtx)
Expand Down

0 comments on commit d207620

Please sign in to comment.