Skip to content

Commit

Permalink
prepare v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesClonk committed Feb 13, 2015
1 parent 2f253c8 commit 8472912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ KVM URL: https://my.vultr.com/subs/vps/novnc/api.php?data=ILXS..
- [x] ~~implement script commands~~
- [ ] add usage guide for command line tool
- [ ] add documentation on how to use library in other projects
- [ ] create binary releases (darwin, linux, freebsd, windows. tagged with v1.0)
- [x] ~~create binary releases (darwin, linux, freebsd, windows. tagged with v1.0)~~
- [ ] create github.io page

##### v1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
// Version of this libary
Version = "v0.1"
Version = "v1.0"

// APIVersion of Vultr
APIVersion = "v1"
Expand Down

0 comments on commit 8472912

Please sign in to comment.