lib/ruby_scep/version.rb in ruby_scep-0.1.0 vs lib/ruby_scep/version.rb in ruby_scep-0.2.0

- old
+ new

@@ -1,10 +1,10 @@ # encoding: utf-8 # frozen_string_literal: true module RubyScep module Version - STRING = '0.1.0' + STRING = '0.2.0' module_function def version(*_args) STRING \ No newline at end of file