lib/ruby_scep/version.rb in ruby_scep-0.2.0 vs lib/ruby_scep/version.rb in ruby_scep-0.2.1
- old
+ new
@@ -1,14 +1,14 @@
# encoding: utf-8
# frozen_string_literal: true
module RubyScep
module Version
- STRING = '0.2.0'
+ STRING = '0.2.1'
module_function
def version(*_args)
STRING
end
end
-end
\ No newline at end of file
+end