Skip to content

Commit

Permalink
Add new subject
Browse files Browse the repository at this point in the history
  • Loading branch information
codemicro committed Sep 9, 2020
1 parent e7df94e commit 919ca05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/build/main.go
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
version = "1.0.2"
version = "1.0.3"
)

//go:generate go get -u github.com/valyala/quicktemplate/qtc
Expand Down
4 changes: 2 additions & 2 deletions cmd/save/main.go
Expand Up @@ -14,12 +14,12 @@ import (
)

var (
subjects = [...]string{"Computer Science", "Maths", "Physics"}
subjects = [...]string{"Computer Science", "Maths", "Physics", "Stats and Mechanics"}
scanner = bufio.NewScanner(os.Stdin)
)

const (
version = "1.0.2"
version = "1.0.3"
)

func main() {
Expand Down

0 comments on commit 919ca05

Please sign in to comment.