lib/testlab/version.rb in testlab-0.1.0 vs lib/testlab/version.rb in testlab-0.2.0

- old
+ new

@@ -1,6 +1,6 @@ class TestLab unless const_defined?(:VERSION) # TestLab Gem Version - VERSION = "0.1.0" + VERSION = "0.2.0" end end