From 6e1ab89209e28144abc02c69101cde0177ef7b7e Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 13 Aug 2025 14:57:19 -0400 Subject: [PATCH] Updating version number in appinfo --- src/appinfo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appinfo.rb b/src/appinfo.rb index d774017..056ecf2 100644 --- a/src/appinfo.rb +++ b/src/appinfo.rb @@ -2,6 +2,6 @@ module AppInfo - VERSION = '0.1.1' + VERSION = '0.2.0' end