lib/chefdk/julia/version.rb in chefdk-julia-0.4.2 vs lib/chefdk/julia/version.rb in chefdk-julia-0.4.3

- old
+ new

@@ -10,11 +10,11 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -module Chefdk +module ChefDK # namespace for VERSION constant module Julia - VERSION = '0.4.2' + VERSION = '0.4.3' end end