From 4895049c65373a6bda3c4d6f7b1156a481505f81 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Fri, 12 Apr 2024 08:21:38 -0700 Subject: [PATCH] Release 1.2.3 --- lib/tomo/plugin/nvm/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tomo/plugin/nvm/version.rb b/lib/tomo/plugin/nvm/version.rb index cf841f7..38bc242 100644 --- a/lib/tomo/plugin/nvm/version.rb +++ b/lib/tomo/plugin/nvm/version.rb @@ -4,5 +4,5 @@ module Plugin end module Tomo::Plugin::Nvm - VERSION = "1.2.2".freeze + VERSION = "1.2.3".freeze end