We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fab16 commit d26185bCopy full SHA for d26185b
1 file changed
src/exercism/api.go
@@ -11,7 +11,7 @@ import (
11
"path/filepath"
12
)
13
14
-const VERSION = "0.0.27.beta"
+const VERSION = "1.0.0"
15
16
var FetchEndpoints = map[string]string{
17
"current": "/api/v1/user/assignments/current",
0 commit comments