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 35c41f2 commit bb09447Copy full SHA for bb09447
api.go
@@ -10,7 +10,7 @@ import (
10
"github.com/exercism/cli/configuration"
11
)
12
13
-const VERSION = "1.5.2"
+const VERSION = "1.6.0"
14
const USER_AGENT = "github.com/exercism/cli v" + VERSION
15
16
var FetchEndpoints = map[string]string{
0 commit comments