We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e23e56e + ea08d3f commit b8bb503Copy full SHA for b8bb503
lib/facter/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Facter
4
- VERSION = '5.0.0.rc1' unless defined?(VERSION)
+ VERSION = '5.0.0' unless defined?(VERSION)
5
end
openfact.gemspec
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
6
Gem::Specification.new do |spec|
7
spec.name = 'openfact'
8
- spec.version = '5.0.0.rc1'
+ spec.version = '5.0.0'
9
spec.authors = ['OpenVox Project']
10
spec.email = ['[email protected]']
11
spec.homepage = 'https://github.com/OpenVoxProject/openfact/'
0 commit comments