lib/lxc/version.rb in lxc-0.2.6 vs lib/lxc/version.rb in lxc-0.2.7

- old
+ new

@@ -1,8 +1,8 @@ class LXC unless const_defined?(:VERSION) # LXC Gem Version - VERSION = "0.2.6" + VERSION = "0.2.7" end end