From 5b631165e4a403642f57e553f328a3c54db8ff54 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Sun, 4 Aug 2024 00:12:58 -0700 Subject: [PATCH] Version bump to 0.1.1. --- lib/ronin/web/user_agents/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ronin/web/user_agents/version.rb b/lib/ronin/web/user_agents/version.rb index 58969a1..2fdcb60 100644 --- a/lib/ronin/web/user_agents/version.rb +++ b/lib/ronin/web/user_agents/version.rb @@ -22,7 +22,7 @@ module Ronin module Web module UserAgents # ronin-web-user_agents version - VERSION = '0.1.0' + VERSION = '0.1.1' end end end