Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 2.0.1
  • Loading branch information
andyone authored Jun 27, 2016
2 parents e06183b + 01b51a9 commit d40fd55
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ os:
- linux

before_install:
- go get pkg.re/essentialkaos/ek.v1
- go get pkg.re/essentialkaos/ek.v2

script:
- go build examples/annotations_example.go
Expand Down
2 changes: 1 addition & 1 deletion examples/async_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"time"

"pkg.re/essentialkaos/ek.v1/rand"
"pkg.re/essentialkaos/ek.v2/rand"

"github.com/essentialkaos/librato"
)
Expand Down
2 changes: 1 addition & 1 deletion examples/basic_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"time"

"pkg.re/essentialkaos/ek.v1/rand"
"pkg.re/essentialkaos/ek.v2/rand"

"github.com/essentialkaos/librato"
)
Expand Down
2 changes: 1 addition & 1 deletion examples/collector_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"time"

"pkg.re/essentialkaos/ek.v1/rand"
"pkg.re/essentialkaos/ek.v2/rand"

"github.com/essentialkaos/librato"
)
Expand Down
6 changes: 3 additions & 3 deletions librato.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ import (
"strings"
"time"

"pkg.re/essentialkaos/ek.v1/req"
"pkg.re/essentialkaos/ek.v1/timeutil"
"pkg.re/essentialkaos/ek.v2/req"
"pkg.re/essentialkaos/ek.v2/timeutil"
)

// ////////////////////////////////////////////////////////////////////////////////// //

// VERSION contains current version of librato package and used as part of User-Agent
const VERSION = "2.0.0"
const VERSION = "2.0.1"

// ////////////////////////////////////////////////////////////////////////////////// //

Expand Down

0 comments on commit d40fd55

Please sign in to comment.