lib/ronin/repos/version.rb in ronin-repos-0.1.0.beta1 vs lib/ronin/repos/version.rb in ronin-repos-0.1.0

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true # -# Copyright (c) 2021 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2021-2023 Hal Brodigan (postmodern.mod3 at gmail.com) # # ronin-repos is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published # by the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. @@ -17,8 +17,8 @@ # module Ronin module Repos # ronin-repos version - VERSION = '0.1.0.beta1' + VERSION = '0.1.0' end end