Skip to content

Commit bb09447

Browse files
committed
Bump version
1 parent 35c41f2 commit bb09447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/exercism/cli/configuration"
1111
)
1212

13-
const VERSION = "1.5.2"
13+
const VERSION = "1.6.0"
1414
const USER_AGENT = "github.com/exercism/cli v" + VERSION
1515

1616
var FetchEndpoints = map[string]string{

0 commit comments

Comments
 (0)