Skip to content

Commit

Permalink
Merge pull request #12 from neilgarb/0.0.2
Browse files Browse the repository at this point in the history
Release 0.0.2
  • Loading branch information
neilgarb authored Jun 7, 2018
2 parents 98cb27d + 4abf393 commit d662b3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

This Go package provides a wrapper for the [Luno API](https://www.luno.com/api).

⚠️ *WARNING* This package is currently being tested, and should not be used in production.

### Documentation

Please visit [godoc.org](https://godoc.org/github.com/luno/luno-go) for the full
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package luno

const Version = "0.0.1-alpha"
const Version = "0.0.2"

// vi: ft=go

0 comments on commit d662b3d

Please sign in to comment.