From 86dd159a99780fb73a2c2ab182df48bcd59c9cd5 Mon Sep 17 00:00:00 2001 From: Nelson Jovel Date: Tue, 9 Jan 2024 13:13:07 -0800 Subject: [PATCH] chore: bump version --- lib/dashboard/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dashboard/version.rb b/lib/dashboard/version.rb index 4656345..d304a8f 100644 --- a/lib/dashboard/version.rb +++ b/lib/dashboard/version.rb @@ -1,3 +1,3 @@ module Dashboard - VERSION = "0.1.2" + VERSION = "0.1.3" end