Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegehard committed Sep 22, 2013
1 parent 41fab16 commit d26185b
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 @@ -11,7 +11,7 @@ import (
"path/filepath"
)

const VERSION = "0.0.27.beta"
const VERSION = "1.0.0"

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

0 comments on commit d26185b

Please sign in to comment.