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 ac6dbfd commit ec46840Copy full SHA for ec46840
main.go
@@ -23,7 +23,7 @@ const (
23
// We try to follow Semantic Versioning (http://semver.org),
24
// but with the http://exercism.io app being a prototype, a
25
// lot of things get out of hand.
26
- Version = "1.6.2"
+ Version = "1.7.0"
27
)
28
29
var (
0 commit comments