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

- old
+ new

@@ -1,3 +1,4 @@ module SimpleGraph - VERSION = "0.1.0" + # A constant specifying the current gem version number + VERSION = "0.2.0" end