From daf6a77014eddec83b5d37615572ea8e507399c6 Mon Sep 17 00:00:00 2001 From: Rohan Likhite Date: Wed, 8 Jan 2025 11:35:01 -0500 Subject: [PATCH] Prepare for Initial Publication We'd like to publish the gem (v.0.1.0) to RubyGems. Before we do so, we should update the projects version number. This change addresses the need by: * Updating the minor version number --- lib/intelligent_foods/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/intelligent_foods/version.rb b/lib/intelligent_foods/version.rb index aa55aaa..5c5a656 100644 --- a/lib/intelligent_foods/version.rb +++ b/lib/intelligent_foods/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module IntelligentFoods - VERSION = "0.0.0" + VERSION = "0.1.0" end