Skip to content

Commit

Permalink
Bump version to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nextmv Bot committed Nov 29, 2023
1 parent 7d52274 commit e6086db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.3-dev.0
v1.0.3
2 changes: 1 addition & 1 deletion route/google/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
replace github.com/nextmv-io/sdk => ../../.

require (
github.com/nextmv-io/sdk v1.0.3-dev.0
github.com/nextmv-io/sdk v1.0.3
googlemaps.github.io/maps v1.4.0
)

Expand Down
2 changes: 1 addition & 1 deletion route/here/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/nextmv-io/sdk => ../../.

require (
github.com/google/go-cmp v0.5.6
github.com/nextmv-io/sdk v1.0.3-dev.0
github.com/nextmv-io/sdk v1.0.3
)

require golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2 changes: 1 addition & 1 deletion route/osrm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ replace github.com/nextmv-io/sdk => ../../.
require (
go.uber.org/mock v0.3.0
github.com/hashicorp/golang-lru v0.5.4
github.com/nextmv-io/sdk v1.0.3-dev.0
github.com/nextmv-io/sdk v1.0.3
github.com/twpayne/go-polyline v1.1.1
)
2 changes: 1 addition & 1 deletion route/routingkit/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/nextmv-io/sdk => ../../.
require (
github.com/dgraph-io/ristretto v0.1.1
github.com/nextmv-io/go-routingkit v0.1.18
github.com/nextmv-io/sdk v1.0.3-dev.0
github.com/nextmv-io/sdk v1.0.3
github.com/twpayne/go-polyline v1.1.1
)

Expand Down

0 comments on commit e6086db

Please sign in to comment.