lib/lxc/version.rb in lxc-0.0.4 vs lib/lxc/version.rb in lxc-0.0.5

- old
+ new

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