lib/applix/version.rb in applix-0.4.9 vs lib/applix/version.rb in applix-0.4.10

- old
+ new

@@ -1,3 +1,5 @@ +# gem version is extracted automatically from this class during the build +# process class Applix - VERSION = '0.4.9' + VERSION = '0.4.10' end