Skip to content

Commit

Permalink
grade-school: sync version to problem spec (#89)
Browse files Browse the repository at this point in the history
The README was already generated with the problem-spec 1.0.1 description, so 
somehow the version was simply wrong.
  • Loading branch information
glennj authored Mar 10, 2020
1 parent f134b95 commit 72ca08e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exercises/grade-school/.meta/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion exercises/grade-school/grade-school.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env tclsh
set version 1.0.0
set version 1.0.1
package require tcltest
namespace import ::tcltest::*
source "grade-school.tcl"
Expand Down

0 comments on commit 72ca08e

Please sign in to comment.