Skip to content

Commit

Permalink
Merge pull request #3 from mattevans/v0.2.0
Browse files Browse the repository at this point in the history
Go modules support
  • Loading branch information
mattevans authored Jun 11, 2019
2 parents 49563fa + 24af2fd commit 919fed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dinero.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
packageVersion = "0.1.0"
packageVersion = "0.2.0"
backendURL = "http://openexchangerates.org"
userAgent = "dinero/" + packageVersion
)
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/mattevans/dinero

go 1.12

0 comments on commit 919fed1

Please sign in to comment.