Skip to content

Commit

Permalink
updated gemspec and version.rb
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Sep 23, 2024
1 parent 764a668 commit fe2b295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion chef-vault.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

$:.push File.expand_path("lib", __dir__)
lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "chef-vault/version"

Gem::Specification.new do |s|
Expand Down
3 changes: 1 addition & 2 deletions lib/chef-vault/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
# limitations under the License.

class ChefVault
VERSION = "4.1.12"
MAJOR, MINOR, TINY = VERSION.split(".")
VERSION = "4.1.12".freeze
end

0 comments on commit fe2b295

Please sign in to comment.