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 9919eb6 commit 3651336Copy full SHA for 3651336
1 file changed
api.go
@@ -10,7 +10,7 @@ import (
10
"github.com/exercism/cli/configuration"
11
)
12
13
-const VERSION = "1.6.0"
+const VERSION = "1.6.1"
14
const USER_AGENT = "github.com/exercism/cli v" + VERSION
15
16
var FetchEndpoints = map[string]string{
0 commit comments