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

- old
+ new

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