From 12d5ecf78135c9e5960b0459b11490ec1d6bb197 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Wed, 1 Feb 2023 12:08:05 -0800 Subject: [PATCH] Version bump to 0.1.0. --- 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 133d3c7..541ee79 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.beta1' + VERSION = '0.1.0' end end end