diff --git a/cmd/build/main.go b/cmd/build/main.go index 5468dac..3363190 100644 --- a/cmd/build/main.go +++ b/cmd/build/main.go @@ -13,7 +13,7 @@ import ( ) const ( - version = "1.0.2" + version = "1.0.3" ) //go:generate go get -u github.com/valyala/quicktemplate/qtc diff --git a/cmd/save/main.go b/cmd/save/main.go index 4ba8036..c7889c8 100644 --- a/cmd/save/main.go +++ b/cmd/save/main.go @@ -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() {