lib/tennis/version.rb in
tennis-0.3.0
vs lib/tennis/version.rb in
tennis-0.4.0
- old
+ new
@@ -1,3 +1,4 @@
class Tennis
- VERSION = "0.3.0"
+ # NOTE: this needs to be changed in the Makefile at the same time!
+ VERSION = "0.4.0"
end