Skip to content

Commit

Permalink
Bump the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegehard committed Aug 26, 2013
1 parent bf9a052 commit fe06b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exercism/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"path/filepath"
)

const VERSION = "0.2.6.beta"
const VERSION = "0.0.27.beta"

var FetchEndpoints = map[string]string{
"current": "/api/v1/user/assignments/current",
Expand Down

0 comments on commit fe06b2c

Please sign in to comment.