lib/dotgpg/environment/version.rb in dotgpg-environment-0.2.0 vs lib/dotgpg/environment/version.rb in dotgpg-environment-0.2.1
- old
+ new
@@ -1,7 +1,7 @@
require 'dotenv'
require 'dotenv/environment'
class Dotgpg
class Environment < Dotenv::Environment
- VERSION = "0.2.0"
+ VERSION = "0.2.1"
end
end