Skip to content

Commit

Permalink
Bump version: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx committed Sep 28, 2013
1 parent 4c1a042 commit f0d1ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exercism/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"net/http"
)

const VERSION = "1.0.0"
const VERSION = "1.0.1"

var FetchEndpoints = map[string]string{
"current": "/api/v1/user/assignments/current",
Expand Down

0 comments on commit f0d1ef8

Please sign in to comment.