lib/dotgpg/environment/version.rb in dotgpg-environment-0.1.1 vs lib/dotgpg/environment/version.rb in dotgpg-environment-0.2.0

- old
+ new

@@ -1,6 +1,7 @@ +require 'dotenv' require 'dotenv/environment' class Dotgpg class Environment < Dotenv::Environment - VERSION = "0.1.1" + VERSION = "0.2.0" end end