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